#787762

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

Shades of Kokoda #787762

Tints of Kokoda #787762

Color information

#787762 (or 0x787762) is unknown color: approx Kokoda. HEX triplet: 78, 77 and 62. RGB value is (120,119,98). Sum of RGB (Red+Green+Blue) = 120+119+98=337 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.61% from 337); Green value is 119 (46.88% from 255 or 35.31% from 337); Blue value is 98 (38.67% from 255 or 29.08% from 337); Max value from RGB is 120 - color contains mainly: red. Hex color #787762 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787762 is #87889D. Grayscale: #747474. Windows color (decimal): -8882334 or 6453112. OLE color: 6453112.

HSL color Cylindrical-coordinate representation of color #787762: hue angle of 57.27º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #787762 is Cyan = 0, Magento = 0.01, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB12011998-
CMYK00.010.180.53
HSL57.27º10.09%42.75%-
HSV(B)57.27º18.33%47.06%-
XYZ16.5518.0714.17-
YUV116.9117.33130.21-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.61%
GREEN value IS 119 (46.88% from 255) = 35.31%
BLUE value IS 98 (38.67% from 255) = 29.08%
R=35.61%
G=35.31%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201199800.010.180.5357.2710.0942.75
Hex78776201123539a2b
Octal170167142012265711253
Binary11110001110111110001001100101101011110011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787762; }

 p { color: rgb(120,119,98); }

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

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

 a { background-color: rgb(120,119,98); }

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

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

 span { border-color: rgb(120,119,98); }

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