Html Css Color HEX #79795C Kokoda

📋 copy color: '#79795C'

red 121 ◦ green 121 ◦ blue 92

#79795C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kokoda #79795C

Tints of Kokoda #79795C

RGB

 RED value IS 121 (47.66% from 255) = 36.23%

 GREEN value IS 121 (47.66% from 255) = 36.23%

 BLUE value IS 92 (36.33% from 255) = 27.54%

R = 36.23%
G = 36.23%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#79795C (or 0x79795C) is known color: Kokoda. HEX triplet: 79, 79 and 5C. RGB value is (121,121,92). Sum of RGB (Red+Green+Blue) = 121+121+92=334 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.23% from 334); Green value is 121 (47.66% from 255 or 36.23% from 334); Blue value is 92 (36.33% from 255 or 27.54% from 334); Max value from RGB is 121 - color contains mainly: red, green. Hex color #79795C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79795C is #8686A3. Grayscale: #757575. Windows color (decimal): -8816292 or 6060409. OLE color: 6060409.

HSL color Cylindrical-coordinate representation of color #79795C: hue angle of 60º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #79795C is Cyan = 0, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 121 92 -
CMYK 0 0 0.24 0.53
HSL 60º 0.14% 0.42% -
HSV(B) 60º 0.24% 0.47% -
XYZ 16.65 18.51 12.82 -
YUV 117.69 113.5 130.36 -
System Red Green Blue C M Y K H S L
Decimal 121 121 92 0 0 0.24 0.53 60 0.14 0.42
Hex 79 79 5C 0 0 18 35 3C E 2A
Octal 171 171 134 0 0 30 65 74 16 52
Binary 1111001 1111001 1011100 0 0 11000 110101 111100 1110 101010

Color Harmonies of #79795C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79795C

Black with #79795C

Text Example


Text Example

White with #79795C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,121,92); }

 H1.HeaderClassName
 {
   color: #79795C;
 }
 .AnyTagClassName
 {
   color: #79795C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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