#78774C

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

Shades of Kokoda #78774C

Tints of Kokoda #78774C

Color information

#78774C (or 0x78774C) is unknown color: approx Kokoda. HEX triplet: 78, 77 and 4C. RGB value is (120,119,76). Sum of RGB (Red+Green+Blue) = 120+119+76=315 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.10% from 315); Green value is 119 (46.88% from 255 or 37.78% from 315); Blue value is 76 (30.08% from 255 or 24.13% from 315); Max value from RGB is 120 - color contains mainly: red. Hex color #78774C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78774C is #8788B3. Grayscale: #727272. Windows color (decimal): -8882356 or 5011320. OLE color: 5011320.

HSL color Cylindrical-coordinate representation of color #78774C: hue angle of 58.64º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #78774C is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB12011976-
CMYK00.010.370.53
HSL58.64º22.45%38.43%-
HSV(B)58.64º36.67%47.06%-
XYZ15.6517.719.43-
YUV114.4106.33132-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.10%
GREEN value IS 119 (46.88% from 255) = 37.78%
BLUE value IS 76 (30.08% from 255) = 24.13%
R=38.10%
G=37.78%
B=24.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201197600.010.370.5358.6422.4538.43
Hex78774C0125353b1626
Octal170167114014565732646
Binary1111000111011110011000110010111010111101110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78774C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78774C; }

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

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

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

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

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

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

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

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