#7B6D56

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

Shades of Pablo #7B6D56

Tints of Pablo #7B6D56

Color information

#7B6D56 (or 0x7B6D56) is unknown color: approx Pablo. HEX triplet: 7B, 6D and 56. RGB value is (123,109,86). Sum of RGB (Red+Green+Blue) = 123+109+86=318 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.68% from 318); Green value is 109 (42.97% from 255 or 34.28% from 318); Blue value is 86 (33.98% from 255 or 27.04% from 318); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6D56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6D56 is #8492A9. Grayscale: #6E6E6E. Windows color (decimal): -8688298 or 5664123. OLE color: 5664123.

HSL color Cylindrical-coordinate representation of color #7B6D56: hue angle of 37.3º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7B6D56 is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.52.

Color convert

RGB12310986-
CMYK00.110.300.52
HSL37.3º17.7%40.98%-
HSV(B)37.3º30.08%48.24%-
XYZ15.3215.8211.05-
YUV110.56114.14136.87-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 38.68%
GREEN value IS 109 (42.97% from 255) = 34.28%
BLUE value IS 86 (33.98% from 255) = 27.04%
R=38.68%
G=34.28%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.30
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1231098600.110.300.5237.317.740.98
Hex7B6D560B1E34251229
Octal1731551260133664452251
Binary111101111011011010110010111111011010010010110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,109,86); }

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

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

 a { background-color: rgb(123,109,86); }

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

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

 span { border-color: rgb(123,109,86); }

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