Html Css Color HEX #807B56 Kokoda

📋 copy color: '#807B56'

red 128 ◦ green 123 ◦ blue 86

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

Shades of Kokoda #807B56

Tints of Kokoda #807B56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 25.52%

R = 37.98%
G = 36.5%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.33

 K value IS 0.50

RGB Variations

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

Color information

#807B56 (or 0x807B56) is known color: Kokoda. HEX triplet: 80, 7B and 56. RGB value is (128,123,86). Sum of RGB (Red+Green+Blue) = 128+123+86=337 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.98% from 337); Green value is 123 (48.44% from 255 or 36.50% from 337); Blue value is 86 (33.98% from 255 or 25.52% from 337); Max value from RGB is 128 - color contains mainly: red. Hex color #807B56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807B56 is #7F84A9. Grayscale: #787878. Windows color (decimal): -8357034 or 5667712. OLE color: 5667712.

HSL color Cylindrical-coordinate representation of color #807B56: hue angle of 52.86º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #807B56 is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 123 86 -
CMYK 0 0.04 0.33 0.50
HSL 52.86º 0.2% 0.42% -
HSV(B) 52.86º 0.33% 0.5% -
XYZ 17.66 19.43 11.62 -
YUV 120.28 108.66 133.51 -
System Red Green Blue C M Y K H S L
Decimal 128 123 86 0 0.04 0.33 0.50 52.86 0.2 0.42
Hex 80 7B 56 0 4 21 32 35 14 2A
Octal 200 173 126 0 4 41 62 65 24 52
Binary 10000000 1111011 1010110 0 100 100001 110010 110101 10100 101010

Color Harmonies of #807B56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807B56

Black with #807B56

Text Example


Text Example

White with #807B56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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