#7F775B

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

Shades of Pablo #7F775B

Tints of Pablo #7F775B

Color information

#7F775B (or 0x7F775B) is unknown color: approx Pablo. HEX triplet: 7F, 77 and 5B. RGB value is (127,119,91). Sum of RGB (Red+Green+Blue) = 127+119+91=337 (44% of max value = 765). Red value is 127 (50% from 255 or 37.69% from 337); Green value is 119 (46.88% from 255 or 35.31% from 337); Blue value is 91 (35.94% from 255 or 27.00% from 337); Max value from RGB is 127 - color contains mainly: red. Hex color #7F775B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F775B is #8088A4. Grayscale: #767676. Windows color (decimal): -8423589 or 5994367. OLE color: 5994367.

HSL color Cylindrical-coordinate representation of color #7F775B: hue angle of 46.67º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7F775B is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.50.

Color convert

RGB12711991-
CMYK00.060.280.50
HSL46.67º16.51%42.75%-
HSV(B)46.67º28.35%49.8%-
XYZ17.2418.4612.55-
YUV118.2112.65134.28-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 37.69%
GREEN value IS 119 (46.88% from 255) = 35.31%
BLUE value IS 91 (35.94% from 255) = 27.00%
R=37.69%
G=35.31%
B=27.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.28
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1271199100.060.280.5046.6716.5142.75
Hex7F775B061C322f112b
Octal177167133063462572153
Binary11111111110111101101101101110011001010111110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F775B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,119,91); }

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

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

 a { background-color: rgb(127,119,91); }

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

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

 span { border-color: rgb(127,119,91); }

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