#7A745F

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

Shades of Pablo #7A745F

Tints of Pablo #7A745F

Color information

#7A745F (or 0x7A745F) is unknown color: approx Pablo. HEX triplet: 7A, 74 and 5F. RGB value is (122,116,95). Sum of RGB (Red+Green+Blue) = 122+116+95=333 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.64% from 333); Green value is 116 (45.70% from 255 or 34.83% from 333); Blue value is 95 (37.5% from 255 or 28.53% from 333); Max value from RGB is 122 - color contains mainly: red. Hex color #7A745F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A745F is #858BA0. Grayscale: #737373. Windows color (decimal): -8752033 or 6255738. OLE color: 6255738.

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

Color convert

RGB12211695-
CMYK00.050.220.52
HSL46.67º12.44%42.55%-
HSV(B)46.67º22.13%47.84%-
XYZ16.3417.4513.33-
YUV115.4116.49132.71-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 36.64%
GREEN value IS 116 (45.70% from 255) = 34.83%
BLUE value IS 95 (37.5% from 255) = 28.53%
R=36.64%
G=34.83%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.22
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221169500.050.220.5246.6712.4442.55
Hex7A745F0516342fc2b
Octal172164137052664571453
Binary1111010111010010111110101101101101001011111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A745F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,116,95); }

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

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

 a { background-color: rgb(122,116,95); }

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

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

 span { border-color: rgb(122,116,95); }

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