Html Css Color HEX #7A6E56 Pablo

📋 copy color: '#7A6E56'

red 122 ◦ green 110 ◦ blue 86

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

Shades of Pablo #7A6E56

Tints of Pablo #7A6E56

RGB

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

 GREEN value IS 110 (43.36% from 255) = 34.59%

 BLUE value IS 86 (33.98% from 255) = 27.04%

R = 38.36%
G = 34.59%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.30

 K value IS 0.52

RGB Variations

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

Color information

#7A6E56 (or 0x7A6E56) is known color: Pablo. HEX triplet: 7A, 6E and 56. RGB value is (122,110,86). Sum of RGB (Red+Green+Blue) = 122+110+86=318 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.36% from 318); Green value is 110 (43.36% from 255 or 34.59% from 318); Blue value is 86 (33.98% from 255 or 27.04% from 318); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6E56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6E56 is #8591A9. Grayscale: #6E6E6E. Windows color (decimal): -8753578 or 5664378. OLE color: 5664378.

HSL color Cylindrical-coordinate representation of color #7A6E56: hue angle of 40º degrees, saturation: 0.17, 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 #7A6E56 is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 110 86 -
CMYK 0 0.10 0.30 0.52
HSL 40º 0.17% 0.41% -
HSV(B) 40º 0.3% 0.48% -
XYZ 15.28 15.96 11.08 -
YUV 110.85 113.98 135.95 -
System Red Green Blue C M Y K H S L
Decimal 122 110 86 0 0.10 0.30 0.52 40 0.17 0.41
Hex 7A 6E 56 0 A 1E 34 28 11 29
Octal 172 156 126 0 12 36 64 50 21 51
Binary 1111010 1101110 1010110 0 1010 11110 110100 101000 10001 101001

Color Harmonies of #7A6E56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6E56

Black with #7A6E56

Text Example


Text Example

White with #7A6E56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,110,86); }

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

background-color css

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

 a { background-color: rgb(122,110,86); }

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

border-color css

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

 span { border-color: rgb(122,110,86); }

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