#787450

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

Shades of Kokoda #787450

Tints of Kokoda #787450

Color information

#787450 (or 0x787450) is unknown color: approx Kokoda. HEX triplet: 78, 74 and 50. RGB value is (120,116,80). Sum of RGB (Red+Green+Blue) = 120+116+80=316 (41% of max value = 765). Red value is 120 (47.27% from 255 or 37.97% from 316); Green value is 116 (45.70% from 255 or 36.71% from 316); Blue value is 80 (31.64% from 255 or 25.32% from 316); Max value from RGB is 120 - color contains mainly: red. Hex color #787450 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787450 is #878BAF. Grayscale: #717171. Windows color (decimal): -8883120 or 5272696. OLE color: 5272696.

HSL color Cylindrical-coordinate representation of color #787450: hue angle of 54º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #787450 is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.53.

Color convert

RGB12011680-
CMYK00.030.330.53
HSL54º20%39.22%-
HSV(B)54º33.33%47.06%-
XYZ15.4417.0610.07-
YUV113.09109.33132.93-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.97%
GREEN value IS 116 (45.70% from 255) = 36.71%
BLUE value IS 80 (31.64% from 255) = 25.32%
R=37.97%
G=36.71%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.33
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201168000.030.330.53542039.22
Hex787450032135361427
Octal170164120034165662447
Binary11110001110100101000001110000111010111011010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787450; }

 p { color: rgb(120,116,80); }

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

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

 a { background-color: rgb(120,116,80); }

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

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

 span { border-color: rgb(120,116,80); }

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