Html Css Color HEX #797355 Kokoda

📋 copy color: '#797355'

red 121 ◦ green 115 ◦ blue 85

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

Shades of Kokoda #797355

Tints of Kokoda #797355

RGB

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

 GREEN value IS 115 (45.31% from 255) = 35.83%

 BLUE value IS 85 (33.59% from 255) = 26.48%

R = 37.69%
G = 35.83%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.30

 K value IS 0.53

RGB Variations

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

Color information

#797355 (or 0x797355) is known color: Kokoda. HEX triplet: 79, 73 and 55. RGB value is (121,115,85). Sum of RGB (Red+Green+Blue) = 121+115+85=321 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.69% from 321); Green value is 115 (45.31% from 255 or 35.83% from 321); Blue value is 85 (33.59% from 255 or 26.48% from 321); Max value from RGB is 121 - color contains mainly: red. Hex color #797355 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797355 is #868CAA. Grayscale: #717171. Windows color (decimal): -8817835 or 5600121. OLE color: 5600121.

HSL color Cylindrical-coordinate representation of color #797355: hue angle of 50º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #797355 is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 115 85 -
CMYK 0 0.05 0.30 0.53
HSL 50º 0.17% 0.4% -
HSV(B) 50º 0.3% 0.47% -
XYZ 15.66 16.98 11.05 -
YUV 113.37 111.99 133.44 -
System Red Green Blue C M Y K H S L
Decimal 121 115 85 0 0.05 0.30 0.53 50 0.17 0.4
Hex 79 73 55 0 5 1E 35 32 11 28
Octal 171 163 125 0 5 36 65 62 21 50
Binary 1111001 1110011 1010101 0 101 11110 110101 110010 10001 101000

Color Harmonies of #797355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797355

Black with #797355

Text Example


Text Example

White with #797355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797355; }

 p { color: rgb(121,115,85); }

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

background-color css

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

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

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

border-color css

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

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

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