Html Css Color HEX #807655 Pablo

📋 copy color: '#807655'

red 128 ◦ green 118 ◦ blue 85

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

Shades of Pablo #807655

Tints of Pablo #807655

RGB

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

 GREEN value IS 118 (46.48% from 255) = 35.65%

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

R = 38.67%
G = 35.65%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.34

 K value IS 0.50

RGB Variations

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

Color information

#807655 (or 0x807655) is known color: Pablo. HEX triplet: 80, 76 and 55. RGB value is (128,118,85). Sum of RGB (Red+Green+Blue) = 128+118+85=331 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.67% from 331); Green value is 118 (46.48% from 255 or 35.65% from 331); Blue value is 85 (33.59% from 255 or 25.68% from 331); Max value from RGB is 128 - color contains mainly: red. Hex color #807655 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807655 is #7F89AA. Grayscale: #757575. Windows color (decimal): -8358315 or 5600896. OLE color: 5600896.

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

Color convert

RGB 128 118 85 -
CMYK 0 0.08 0.34 0.50
HSL 46.05º 0.2% 0.42% -
HSV(B) 46.05º 0.34% 0.5% -
XYZ 17.02 18.2 11.21 -
YUV 117.23 109.81 135.68 -
System Red Green Blue C M Y K H S L
Decimal 128 118 85 0 0.08 0.34 0.50 46.05 0.2 0.42
Hex 80 76 55 0 8 22 32 2E 14 2A
Octal 200 166 125 0 10 42 62 56 24 52
Binary 10000000 1110110 1010101 0 1000 100010 110010 101110 10100 101010

Color Harmonies of #807655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807655

Black with #807655

Text Example


Text Example

White with #807655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807655; }

 p { color: rgb(128,118,85); }

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

background-color css

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

 a { background-color: rgb(128,118,85); }

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

border-color css

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

 span { border-color: rgb(128,118,85); }

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