#7D745D

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

Shades of Pablo #7D745D

Tints of Pablo #7D745D

Color information

#7D745D (or 0x7D745D) is unknown color: approx Pablo. HEX triplet: 7D, 74 and 5D. RGB value is (125,116,93). Sum of RGB (Red+Green+Blue) = 125+116+93=334 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.43% from 334); Green value is 116 (45.70% from 255 or 34.73% from 334); Blue value is 93 (36.72% from 255 or 27.84% from 334); Max value from RGB is 125 - color contains mainly: red. Hex color #7D745D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D745D is #828BA2. Grayscale: #747474. Windows color (decimal): -8555427 or 6124669. OLE color: 6124669.

HSL color Cylindrical-coordinate representation of color #7D745D: hue angle of 43.12º degrees, saturation: 0.15, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7D745D is Cyan = 0, Magento = 0.07, Yellow = 0.26 and Black (K on CMYK) = 0.51.

Color convert

RGB12511693-
CMYK00.070.260.51
HSL43.12º14.68%42.75%-
HSV(B)43.12º25.6%49.02%-
XYZ16.6817.6412.88-
YUV116.07114.98134.37-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 37.43%
GREEN value IS 116 (45.70% from 255) = 34.73%
BLUE value IS 93 (36.72% from 255) = 27.84%
R=37.43%
G=34.73%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.26
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1251169300.070.260.5143.1214.6842.75
Hex7D745D071A332bf2b
Octal175164135073263531753
Binary1111101111010010111010111110101100111010111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D745D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,116,93); }

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

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

 a { background-color: rgb(125,116,93); }

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

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

 span { border-color: rgb(125,116,93); }

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