Html Css Color HEX #807B59 Kokoda

📋 copy color: '#807B59'

red 128 ◦ green 123 ◦ blue 89

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

Shades of Kokoda #807B59

Tints of Kokoda #807B59

RGB

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

 GREEN value IS 123 (48.44% from 255) = 36.18%

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

R = 37.65%
G = 36.18%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.30

 K value IS 0.50

RGB Variations

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

Color information

#807B59 (or 0x807B59) is known color: Kokoda. HEX triplet: 80, 7B and 59. RGB value is (128,123,89). Sum of RGB (Red+Green+Blue) = 128+123+89=340 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.65% from 340); Green value is 123 (48.44% from 255 or 36.18% from 340); Blue value is 89 (35.16% from 255 or 26.18% from 340); Max value from RGB is 128 - color contains mainly: red. Hex color #807B59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807B59 is #7F84A6. Grayscale: #787878. Windows color (decimal): -8357031 or 5864320. OLE color: 5864320.

HSL color Cylindrical-coordinate representation of color #807B59: hue angle of 52.31º 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 #807B59 is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 123 89 -
CMYK 0 0.04 0.30 0.50
HSL 52.31º 0.18% 0.43% -
HSV(B) 52.31º 0.3% 0.5% -
XYZ 17.79 19.48 12.27 -
YUV 120.62 110.16 133.26 -
System Red Green Blue C M Y K H S L
Decimal 128 123 89 0 0.04 0.30 0.50 52.31 0.18 0.43
Hex 80 7B 59 0 4 1E 32 34 12 2B
Octal 200 173 131 0 4 36 62 64 22 53
Binary 10000000 1111011 1011001 0 100 11110 110010 110100 10010 101011

Color Harmonies of #807B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807B59

Black with #807B59

Text Example


Text Example

White with #807B59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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