#76725A

Color #76725A Kokoda (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kokoda #76725A

Tints of Kokoda #76725A

Color information

#76725A (or 0x76725A) is unknown color: approx Kokoda. HEX triplet: 76, 72 and 5A. RGB value is (118,114,90). Sum of RGB (Red+Green+Blue) = 118+114+90=322 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.65% from 322); Green value is 114 (44.92% from 255 or 35.40% from 322); Blue value is 90 (35.55% from 255 or 27.95% from 322); Max value from RGB is 118 - color contains mainly: red. Hex color #76725A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76725A is #898DA5. Grayscale: #707070. Windows color (decimal): -9014694 or 5927542. OLE color: 5927542.

HSL color Cylindrical-coordinate representation of color #76725A: hue angle of 51.43º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #76725A is Cyan = 0, Magento = 0.03, Yellow = 0.24 and Black (K on CMYK) = 0.54.

Color convert

RGB11811490-
CMYK00.030.240.54
HSL51.43º13.46%40.78%-
HSV(B)51.43º23.73%46.27%-
XYZ15.3316.6212.07-
YUV112.46115.33131.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 118 (46.48% from 255) = 36.65%
GREEN value IS 114 (44.92% from 255) = 35.40%
BLUE value IS 90 (35.55% from 255) = 27.95%
R=36.65%
G=35.40%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.24
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181149000.030.240.5451.4313.4640.78
Hex76725A03183633d29
Octal166162132033066631551
Binary111011011100101011010011110001101101100111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76725A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76725A; }

 p { color: rgb(118,114,90); }

 H1.HeaderClassName
 {
   color: #76725A;
 }
 .AnyTagClassName
 {
   color: #76725A;
 }
</style>
background-color css

<style>
 a { background-color: #76725A; }

 a { background-color: rgb(118,114,90); }

 div.DivClassName
 {
   background-color: #76725A;
 }
 .BgClassName
 {
   background-color: #76725A;
 }
</style>
border-color css

<style>
 span { border-color: #76725A; }

 span { border-color: rgb(118,114,90); }

 td.TdClassName
 {
   border-color: #76725A;
 }
 .TagClassName
 {
   border-color: #76725A;
 }
</style>