Html Css Color HEX #7A705E Pablo

📋 copy color: '#7A705E'

red 122 ◦ green 112 ◦ blue 94

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

Shades of Pablo #7A705E

Tints of Pablo #7A705E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 28.66%

R = 37.2%
G = 34.15%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.23

 K value IS 0.52

RGB Variations

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

Color information

#7A705E (or 0x7A705E) is known color: Pablo. HEX triplet: 7A, 70 and 5E. RGB value is (122,112,94). Sum of RGB (Red+Green+Blue) = 122+112+94=328 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.20% from 328); Green value is 112 (44.14% from 255 or 34.15% from 328); Blue value is 94 (37.11% from 255 or 28.66% from 328); Max value from RGB is 122 - color contains mainly: red. Hex color #7A705E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A705E is #858FA1. Grayscale: #717171. Windows color (decimal): -8753058 or 6189178. OLE color: 6189178.

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

Color convert

RGB 122 112 94 -
CMYK 0 0.08 0.23 0.52
HSL 38.57º 0.13% 0.42% -
HSV(B) 38.57º 0.23% 0.48% -
XYZ 15.84 16.53 12.95 -
YUV 112.94 117.31 134.46 -
System Red Green Blue C M Y K H S L
Decimal 122 112 94 0 0.08 0.23 0.52 38.57 0.13 0.42
Hex 7A 70 5E 0 8 17 34 27 D 2A
Octal 172 160 136 0 10 27 64 47 15 52
Binary 1111010 1110000 1011110 0 1000 10111 110100 100111 1101 101010

Color Harmonies of #7A705E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A705E

Black with #7A705E

Text Example


Text Example

White with #7A705E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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