#7F7655

Color #7F7655 Pablo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pablo #7F7655

Tints of Pablo #7F7655

Color information

#7F7655 (or 0x7F7655) is unknown color: approx Pablo. HEX triplet: 7F, 76 and 55. RGB value is (127,118,85). Sum of RGB (Red+Green+Blue) = 127+118+85=330 (43% of max value = 765). Red value is 127 (50% from 255 or 38.48% from 330); Green value is 118 (46.48% from 255 or 35.76% from 330); Blue value is 85 (33.59% from 255 or 25.76% from 330); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7655 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7655 is #8089AA. Grayscale: #757575. Windows color (decimal): -8423851 or 5600895. OLE color: 5600895.

HSL color Cylindrical-coordinate representation of color #7F7655: hue angle of 47.14º 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 #7F7655 is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.50.

Color convert

RGB12711885-
CMYK00.070.330.50
HSL47.14º19.81%41.57%-
HSV(B)47.14º33.07%49.8%-
XYZ16.8718.1211.2-
YUV116.93109.98135.18-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 38.48%
GREEN value IS 118 (46.48% from 255) = 35.76%
BLUE value IS 85 (33.59% from 255) = 25.76%
R=38.48%
G=35.76%
B=25.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.33
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1271188500.070.330.5047.1419.8141.57
Hex7F76550721322f142a
Octal177166125074162572452
Binary111111111101101010101011110000111001010111110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F7655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F7655; }

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

 H1.HeaderClassName
 {
   color: #7F7655;
 }
 .AnyTagClassName
 {
   color: #7F7655;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #7F7655;
 }
 .BgClassName
 {
   background-color: #7F7655;
 }
</style>
border-color css

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

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

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