#7B705B

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

Shades of Pablo #7B705B

Tints of Pablo #7B705B

Color information

#7B705B (or 0x7B705B) is unknown color: approx Pablo. HEX triplet: 7B, 70 and 5B. RGB value is (123,112,91). Sum of RGB (Red+Green+Blue) = 123+112+91=326 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.73% from 326); Green value is 112 (44.14% from 255 or 34.36% from 326); Blue value is 91 (35.94% from 255 or 27.91% from 326); Max value from RGB is 123 - color contains mainly: red. Hex color #7B705B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B705B is #848FA4. Grayscale: #707070. Windows color (decimal): -8687525 or 5992571. OLE color: 5992571.

HSL color Cylindrical-coordinate representation of color #7B705B: hue angle of 39.38º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7B705B is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.52.

Color convert

RGB12311291-
CMYK00.090.260.52
HSL39.38º14.95%41.96%-
HSV(B)39.38º26.02%48.24%-
XYZ15.8516.5512.26-
YUV112.9115.64135.21-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 37.73%
GREEN value IS 112 (44.14% from 255) = 34.36%
BLUE value IS 91 (35.94% from 255) = 27.91%
R=37.73%
G=34.36%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.26
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1231129100.090.260.5239.3814.9541.96
Hex7B705B091A3427f2a
Octal1731601330113264471752
Binary11110111110000101101101001110101101001001111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B705B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,112,91); }

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

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

 a { background-color: rgb(123,112,91); }

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

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

 span { border-color: rgb(123,112,91); }

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