#7B715C

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

Shades of Pablo #7B715C

Tints of Pablo #7B715C

Color information

#7B715C (or 0x7B715C) is unknown color: approx Pablo. HEX triplet: 7B, 71 and 5C. RGB value is (123,113,92). Sum of RGB (Red+Green+Blue) = 123+113+92=328 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.5% from 328); Green value is 113 (44.53% from 255 or 34.45% from 328); Blue value is 92 (36.33% from 255 or 28.05% from 328); Max value from RGB is 123 - color contains mainly: red. Hex color #7B715C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B715C is #848EA3. Grayscale: #717171. Windows color (decimal): -8687268 or 6058363. OLE color: 6058363.

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

Color convert

RGB12311392-
CMYK00.080.250.52
HSL40.65º14.42%42.16%-
HSV(B)40.65º25.2%48.24%-
XYZ16.0116.7912.52-
YUV113.6115.81134.71-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 37.5%
GREEN value IS 113 (44.53% from 255) = 34.45%
BLUE value IS 92 (36.33% from 255) = 28.05%
R=37.5%
G=34.45%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.25
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1231139200.080.250.5240.6514.4242.16
Hex7B715C08193429e2a
Octal1731611340103164511652
Binary11110111110001101110001000110011101001010011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B715C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,113,92); }

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

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

 a { background-color: rgb(123,113,92); }

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

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

 span { border-color: rgb(123,113,92); }

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