Html Css Color HEX #7A7158 Pablo

📋 copy color: '#7A7158'

red 122 ◦ green 113 ◦ blue 88

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

Shades of Pablo #7A7158

Tints of Pablo #7A7158

RGB

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

 GREEN value IS 113 (44.53% from 255) = 34.98%

 BLUE value IS 88 (34.77% from 255) = 27.24%

R = 37.77%
G = 34.98%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.28

 K value IS 0.52

RGB Variations

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

Color information

#7A7158 (or 0x7A7158) is known color: Pablo. HEX triplet: 7A, 71 and 58. RGB value is (122,113,88). Sum of RGB (Red+Green+Blue) = 122+113+88=323 (42% of max value = 765). Red value is 122 (48.05% from 255 or 37.77% from 323); Green value is 113 (44.53% from 255 or 34.98% from 323); Blue value is 88 (34.77% from 255 or 27.24% from 323); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7158 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7158 is #858EA7. Grayscale: #707070. Windows color (decimal): -8752808 or 5796218. OLE color: 5796218.

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

Color convert

RGB 122 113 88 -
CMYK 0 0.07 0.28 0.52
HSL 44.12º 0.16% 0.41% -
HSV(B) 44.12º 0.28% 0.48% -
XYZ 15.69 16.65 11.62 -
YUV 112.84 113.98 134.53 -
System Red Green Blue C M Y K H S L
Decimal 122 113 88 0 0.07 0.28 0.52 44.12 0.16 0.41
Hex 7A 71 58 0 7 1C 34 2C 10 29
Octal 172 161 130 0 7 34 64 54 20 51
Binary 1111010 1110001 1011000 0 111 11100 110100 101100 10000 101001

Color Harmonies of #7A7158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A7158

Black with #7A7158

Text Example


Text Example

White with #7A7158

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,113,88); }

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

background-color css

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

 a { background-color: rgb(122,113,88); }

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

border-color css

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

 span { border-color: rgb(122,113,88); }

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