Html Css Color HEX #79795E Kokoda

📋 copy color: '#79795E'

red 121 ◦ green 121 ◦ blue 94

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

Shades of Kokoda #79795E

Tints of Kokoda #79795E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 27.98%

R = 36.01%
G = 36.01%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#79795E (or 0x79795E) is known color: Kokoda. HEX triplet: 79, 79 and 5E. RGB value is (121,121,94). Sum of RGB (Red+Green+Blue) = 121+121+94=336 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.01% from 336); Green value is 121 (47.66% from 255 or 36.01% from 336); Blue value is 94 (37.11% from 255 or 27.98% from 336); Max value from RGB is 121 - color contains mainly: red, green. Hex color #79795E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79795E is #8686A1. Grayscale: #767676. Windows color (decimal): -8816290 or 6191481. OLE color: 6191481.

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

Color convert

RGB 121 121 94 -
CMYK 0 0 0.22 0.53
HSL 60º 0.13% 0.42% -
HSV(B) 60º 0.22% 0.47% -
XYZ 16.74 18.55 13.29 -
YUV 117.92 114.5 130.2 -
System Red Green Blue C M Y K H S L
Decimal 121 121 94 0 0 0.22 0.53 60 0.13 0.42
Hex 79 79 5E 0 0 16 35 3C D 2A
Octal 171 171 136 0 0 26 65 74 15 52
Binary 1111001 1111001 1011110 0 0 10110 110101 111100 1101 101010

Color Harmonies of #79795E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79795E

Black with #79795E

Text Example


Text Example

White with #79795E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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