Html Css Color HEX #7A7057 Pablo

📋 copy color: '#7A7057'

red 122 ◦ green 112 ◦ blue 87

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

Shades of Pablo #7A7057

Tints of Pablo #7A7057

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 27.1%

R = 38.01%
G = 34.89%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.29

 K value IS 0.52

RGB Variations

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

Color information

#7A7057 (or 0x7A7057) is known color: Pablo. HEX triplet: 7A, 70 and 57. RGB value is (122,112,87). Sum of RGB (Red+Green+Blue) = 122+112+87=321 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.01% from 321); Green value is 112 (44.14% from 255 or 34.89% from 321); Blue value is 87 (34.38% from 255 or 27.10% from 321); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7057 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7057 is #858FA8. Grayscale: #707070. Windows color (decimal): -8753065 or 5730426. OLE color: 5730426.

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

Color convert

RGB 122 112 87 -
CMYK 0 0.08 0.29 0.52
HSL 42.86º 0.17% 0.41% -
HSV(B) 42.86º 0.29% 0.48% -
XYZ 15.54 16.41 11.37 -
YUV 112.14 113.81 135.03 -
System Red Green Blue C M Y K H S L
Decimal 122 112 87 0 0.08 0.29 0.52 42.86 0.17 0.41
Hex 7A 70 57 0 8 1D 34 2B 11 29
Octal 172 160 127 0 10 35 64 53 21 51
Binary 1111010 1110000 1010111 0 1000 11101 110100 101011 10001 101001

Color Harmonies of #7A7057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A7057

Black with #7A7057

Text Example


Text Example

White with #7A7057

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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