#78754c

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

Shades of Kokoda #78754C

Tints of Kokoda #78754C

Color information

#78754C (or 0x78754C) is unknown color: approx Kokoda. HEX triplet: 78, 75 and 4C. RGB value is (120,117,76). Sum of RGB (Red+Green+Blue) = 120+117+76=313 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.34% from 313); Green value is 117 (46.09% from 255 or 37.38% from 313); Blue value is 76 (30.08% from 255 or 24.28% from 313); Max value from RGB is 120 - color contains mainly: red. Hex color #78754C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78754C is #878AB3. Grayscale: #717171. Windows color (decimal): -8882868 or 5010808. OLE color: 5010808.

HSL color Cylindrical-coordinate representation of color #78754C: hue angle of 55.91º 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 #78754C is Cyan = 0, Magento = 0.02, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB12011776-
CMYK00.020.370.53
HSL55.91º22.45%38.43%-
HSV(B)55.91º36.67%47.06%-
XYZ15.4117.249.35-
YUV113.22106.99132.83-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.34%
GREEN value IS 117 (46.09% from 255) = 37.38%
BLUE value IS 76 (30.08% from 255) = 24.28%
R=38.34%
G=37.38%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201177600.020.370.5355.9122.4538.43
Hex78754C022535381626
Octal170165114024565702646
Binary11110001110101100110001010010111010111100010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78754c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78754c; }

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

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

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

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

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

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

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

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