Html Css Color HEX #807C59 Kokoda

📋 copy color: '#807C59'

red 128 ◦ green 124 ◦ blue 89

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

Shades of Kokoda #807C59

Tints of Kokoda #807C59

RGB

 RED value IS 128 (50.39% from 255) = 37.54%

 GREEN value IS 124 (48.83% from 255) = 36.36%

 BLUE value IS 89 (35.16% from 255) = 26.1%

R = 37.54%
G = 36.36%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.30

 K value IS 0.50

RGB Variations

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

Color information

#807C59 (or 0x807C59) is known color: Kokoda. HEX triplet: 80, 7C and 59. RGB value is (128,124,89). Sum of RGB (Red+Green+Blue) = 128+124+89=341 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.54% from 341); Green value is 124 (48.83% from 255 or 36.36% from 341); Blue value is 89 (35.16% from 255 or 26.10% from 341); Max value from RGB is 128 - color contains mainly: red. Hex color #807C59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807C59 is #7F83A6. Grayscale: #797979. Windows color (decimal): -8356775 or 5864576. OLE color: 5864576.

HSL color Cylindrical-coordinate representation of color #807C59: hue angle of 53.85º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #807C59 is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 124 89 -
CMYK 0 0.03 0.30 0.50
HSL 53.85º 0.18% 0.43% -
HSV(B) 53.85º 0.3% 0.5% -
XYZ 17.91 19.73 12.31 -
YUV 121.21 109.83 132.85 -
System Red Green Blue C M Y K H S L
Decimal 128 124 89 0 0.03 0.30 0.50 53.85 0.18 0.43
Hex 80 7C 59 0 3 1E 32 36 12 2B
Octal 200 174 131 0 3 36 62 66 22 53
Binary 10000000 1111100 1011001 0 11 11110 110010 110110 10010 101011

Color Harmonies of #807C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807C59

Black with #807C59

Text Example


Text Example

White with #807C59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807C59; }

 p { color: rgb(128,124,89); }

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

background-color css

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

 a { background-color: rgb(128,124,89); }

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

border-color css

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

 span { border-color: rgb(128,124,89); }

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