#7B7261

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

Shades of Pablo #7B7261

Tints of Pablo #7B7261

Color information

#7B7261 (or 0x7B7261) is unknown color: approx Pablo. HEX triplet: 7B, 72 and 61. RGB value is (123,114,97). Sum of RGB (Red+Green+Blue) = 123+114+97=334 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.83% from 334); Green value is 114 (44.92% from 255 or 34.13% from 334); Blue value is 97 (38.28% from 255 or 29.04% from 334); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7261 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B7261 is #848D9E. Grayscale: #727272. Windows color (decimal): -8687007 or 6386299. OLE color: 6386299.

HSL color Cylindrical-coordinate representation of color #7B7261: hue angle of 39.23º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7B7261 is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.52.

Color convert

RGB12311497-
CMYK00.070.210.52
HSL39.23º11.82%43.14%-
HSV(B)39.23º21.14%48.24%-
XYZ16.3417.1113.75-
YUV114.75117.98133.88-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 36.83%
GREEN value IS 114 (44.92% from 255) = 34.13%
BLUE value IS 97 (38.28% from 255) = 29.04%
R=36.83%
G=34.13%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.21
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1231149700.070.210.5239.2311.8243.14
Hex7B726107153427c2b
Octal173162141072564471453
Binary1111011111001011000010111101011101001001111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B7261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,114,97); }

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

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

 a { background-color: rgb(123,114,97); }

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

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

 span { border-color: rgb(123,114,97); }

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