Html Css Color HEX #7A7059 Pablo

📋 copy color: '#7A7059'

red 122 ◦ green 112 ◦ blue 89

#7A7059
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pablo #7A7059

Tints of Pablo #7A7059

RGB

 RED value IS 122 (48.05% from 255) = 37.77%

 GREEN value IS 112 (44.14% from 255) = 34.67%

 BLUE value IS 89 (35.16% from 255) = 27.55%

R = 37.77%
G = 34.67%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.27

 K value IS 0.52

RGB Variations

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

Color information

#7A7059 (or 0x7A7059) is known color: Pablo. HEX triplet: 7A, 70 and 59. RGB value is (122,112,89). Sum of RGB (Red+Green+Blue) = 122+112+89=323 (42% of max value = 765). Red value is 122 (48.05% from 255 or 37.77% from 323); Green value is 112 (44.14% from 255 or 34.67% from 323); Blue value is 89 (35.16% from 255 or 27.55% from 323); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7059 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7059 is #858FA6. Grayscale: #707070. Windows color (decimal): -8753063 or 5861498. OLE color: 5861498.

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

Color convert

RGB 122 112 89 -
CMYK 0 0.08 0.27 0.52
HSL 41.82º 0.16% 0.41% -
HSV(B) 41.82º 0.27% 0.48% -
XYZ 15.62 16.45 11.8 -
YUV 112.37 114.81 134.87 -
System Red Green Blue C M Y K H S L
Decimal 122 112 89 0 0.08 0.27 0.52 41.82 0.16 0.41
Hex 7A 70 59 0 8 1B 34 2A 10 29
Octal 172 160 131 0 10 33 64 52 20 51
Binary 1111010 1110000 1011001 0 1000 11011 110100 101010 10000 101001

Color Harmonies of #7A7059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A7059

Black with #7A7059

Text Example


Text Example

White with #7A7059

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,112,89); }

 H1.HeaderClassName
 {
   color: #7A7059;
 }
 .AnyTagClassName
 {
   color: #7A7059;
 }
</style>

background-color css

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

 a { background-color: rgb(122,112,89); }

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

border-color css

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

 span { border-color: rgb(122,112,89); }

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