Html Css Color HEX #79795B Kokoda

📋 copy color: '#79795B'

red 121 ◦ green 121 ◦ blue 91

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

Shades of Kokoda #79795B

Tints of Kokoda #79795B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 27.33%

R = 36.34%
G = 36.34%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.25

 K value IS 0.53

RGB Variations

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

Color information

#79795B (or 0x79795B) is known color: Kokoda. HEX triplet: 79, 79 and 5B. RGB value is (121,121,91). Sum of RGB (Red+Green+Blue) = 121+121+91=333 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.34% from 333); Green value is 121 (47.66% from 255 or 36.34% from 333); Blue value is 91 (35.94% from 255 or 27.33% from 333); Max value from RGB is 121 - color contains mainly: red, green. Hex color #79795B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79795B is #8686A4. Grayscale: #757575. Windows color (decimal): -8816293 or 5994873. OLE color: 5994873.

HSL color Cylindrical-coordinate representation of color #79795B: 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.25%. Process color model (Four color, CMYK) of #79795B is Cyan = 0, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 121 91 -
CMYK 0 0 0.25 0.53
HSL 60º 0.14% 0.42% -
HSV(B) 60º 0.25% 0.47% -
XYZ 16.61 18.5 12.59 -
YUV 117.58 113 130.44 -
System Red Green Blue C M Y K H S L
Decimal 121 121 91 0 0 0.25 0.53 60 0.14 0.42
Hex 79 79 5B 0 0 19 35 3C E 2A
Octal 171 171 133 0 0 31 65 74 16 52
Binary 1111001 1111001 1011011 0 0 11001 110101 111100 1110 101010

Color Harmonies of #79795B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79795B

Black with #79795B

Text Example


Text Example

White with #79795B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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