#79774A

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

Shades of Kokoda #79774A

Tints of Kokoda #79774A

Color information

#79774A (or 0x79774A) is unknown color: approx Kokoda. HEX triplet: 79, 77 and 4A. RGB value is (121,119,74). Sum of RGB (Red+Green+Blue) = 121+119+74=314 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.54% from 314); Green value is 119 (46.88% from 255 or 37.90% from 314); Blue value is 74 (29.30% from 255 or 23.57% from 314); Max value from RGB is 121 - color contains mainly: red. Hex color #79774A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79774A is #8688B5. Grayscale: #727272. Windows color (decimal): -8816822 or 4880249. OLE color: 4880249.

HSL color Cylindrical-coordinate representation of color #79774A: hue angle of 57.45º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #79774A is Cyan = 0, Magento = 0.02, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB12111974-
CMYK00.020.390.53
HSL57.45º24.1%38.24%-
HSV(B)57.45º38.84%47.45%-
XYZ15.7217.759.08-
YUV114.47105.16132.66-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 38.54%
GREEN value IS 119 (46.88% from 255) = 37.90%
BLUE value IS 74 (29.30% from 255) = 23.57%
R=38.54%
G=37.90%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211197400.020.390.5357.4524.138.24
Hex79774A022735391826
Octal171167112024765713046
Binary11110011110111100101001010011111010111100111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79774A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79774A; }

 p { color: rgb(121,119,74); }

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

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

 a { background-color: rgb(121,119,74); }

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

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

 span { border-color: rgb(121,119,74); }

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