Html Css Color HEX #807753 Kokoda

📋 copy color: '#807753'

red 128 ◦ green 119 ◦ blue 83

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

Shades of Kokoda #807753

Tints of Kokoda #807753

RGB

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

 GREEN value IS 119 (46.88% from 255) = 36.06%

 BLUE value IS 83 (32.81% from 255) = 25.15%

R = 38.79%
G = 36.06%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.35

 K value IS 0.50

RGB Variations

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

Color information

#807753 (or 0x807753) is known color: Kokoda. HEX triplet: 80, 77 and 53. RGB value is (128,119,83). Sum of RGB (Red+Green+Blue) = 128+119+83=330 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.79% from 330); Green value is 119 (46.88% from 255 or 36.06% from 330); Blue value is 83 (32.81% from 255 or 25.15% from 330); Max value from RGB is 128 - color contains mainly: red. Hex color #807753 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807753 is #7F88AC. Grayscale: #757575. Windows color (decimal): -8358061 or 5470080. OLE color: 5470080.

HSL color Cylindrical-coordinate representation of color #807753: hue angle of 48º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #807753 is Cyan = 0, Magento = 0.07, Yellow = 0.35 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 119 83 -
CMYK 0 0.07 0.35 0.50
HSL 48º 0.21% 0.41% -
HSV(B) 48º 0.35% 0.5% -
XYZ 17.06 18.41 10.84 -
YUV 117.59 108.48 135.43 -
System Red Green Blue C M Y K H S L
Decimal 128 119 83 0 0.07 0.35 0.50 48 0.21 0.41
Hex 80 77 53 0 7 23 32 30 15 29
Octal 200 167 123 0 7 43 62 60 25 51
Binary 10000000 1110111 1010011 0 111 100011 110010 110000 10101 101001

Color Harmonies of #807753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807753

Black with #807753

Text Example


Text Example

White with #807753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807753; }

 p { color: rgb(128,119,83); }

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

background-color css

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

 a { background-color: rgb(128,119,83); }

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

border-color css

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

 span { border-color: rgb(128,119,83); }

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