#7B6F57

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

Shades of Pablo #7B6F57

Tints of Pablo #7B6F57

Color information

#7B6F57 (or 0x7B6F57) is unknown color: approx Pablo. HEX triplet: 7B, 6F and 57. RGB value is (123,111,87). Sum of RGB (Red+Green+Blue) = 123+111+87=321 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.32% from 321); Green value is 111 (43.75% from 255 or 34.58% from 321); Blue value is 87 (34.38% from 255 or 27.10% from 321); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6F57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6F57 is #8490A8. Grayscale: #6F6F6F. Windows color (decimal): -8687785 or 5730171. OLE color: 5730171.

HSL color Cylindrical-coordinate representation of color #7B6F57: hue angle of 40º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7B6F57 is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.52.

Color convert

RGB12311187-
CMYK00.100.290.52
HSL40º17.14%41.18%-
HSV(B)40º29.27%48.24%-
XYZ15.5716.2711.34-
YUV111.85113.98135.95-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 38.32%
GREEN value IS 111 (43.75% from 255) = 34.58%
BLUE value IS 87 (34.38% from 255) = 27.10%
R=38.32%
G=34.58%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.29
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1231118700.100.290.524017.1441.18
Hex7B6F570A1D34281129
Octal1731571270123564502151
Binary111101111011111010111010101110111010010100010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,111,87); }

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

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

 a { background-color: rgb(123,111,87); }

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

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

 span { border-color: rgb(123,111,87); }

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