#79754E

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

Shades of Kokoda #79754E

Tints of Kokoda #79754E

Color information

#79754E (or 0x79754E) is unknown color: approx Kokoda. HEX triplet: 79, 75 and 4E. RGB value is (121,117,78). Sum of RGB (Red+Green+Blue) = 121+117+78=316 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.29% from 316); Green value is 117 (46.09% from 255 or 37.03% from 316); Blue value is 78 (30.86% from 255 or 24.68% from 316); Max value from RGB is 121 - color contains mainly: red. Hex color #79754E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79754E is #868AB1. Grayscale: #717171. Windows color (decimal): -8817330 or 5141881. OLE color: 5141881.

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

Color convert

RGB12111778-
CMYK00.030.360.53
HSL54.42º21.61%39.02%-
HSV(B)54.42º35.54%47.45%-
XYZ15.6217.349.73-
YUV113.75107.83133.17-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 38.29%
GREEN value IS 117 (46.09% from 255) = 37.03%
BLUE value IS 78 (30.86% from 255) = 24.68%
R=38.29%
G=37.03%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.36
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211177800.030.360.5354.4221.6139.02
Hex79754E032435361627
Octal171165116034465662647
Binary11110011110101100111001110010011010111011010110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79754E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79754E; }

 p { color: rgb(121,117,78); }

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

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

 a { background-color: rgb(121,117,78); }

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

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

 span { border-color: rgb(121,117,78); }

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