Html Css Color HEX #7A745D Pablo

📋 copy color: '#7A745D'

red 122 ◦ green 116 ◦ blue 93

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

Shades of Pablo #7A745D

Tints of Pablo #7A745D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.05%

 BLUE value IS 93 (36.72% from 255) = 28.1%

R = 36.86%
G = 35.05%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.24

 K value IS 0.52

RGB Variations

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

Color information

#7A745D (or 0x7A745D) is known color: Pablo. HEX triplet: 7A, 74 and 5D. RGB value is (122,116,93). Sum of RGB (Red+Green+Blue) = 122+116+93=331 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.86% from 331); Green value is 116 (45.70% from 255 or 35.05% from 331); Blue value is 93 (36.72% from 255 or 28.10% from 331); Max value from RGB is 122 - color contains mainly: red. Hex color #7A745D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A745D is #858BA2. Grayscale: #737373. Windows color (decimal): -8752035 or 6124666. OLE color: 6124666.

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

Color convert

RGB 122 116 93 -
CMYK 0 0.05 0.24 0.52
HSL 47.59º 0.13% 0.42% -
HSV(B) 47.59º 0.24% 0.48% -
XYZ 16.25 17.42 12.86 -
YUV 115.17 115.49 132.87 -
System Red Green Blue C M Y K H S L
Decimal 122 116 93 0 0.05 0.24 0.52 47.59 0.13 0.42
Hex 7A 74 5D 0 5 18 34 30 D 2A
Octal 172 164 135 0 5 30 64 60 15 52
Binary 1111010 1110100 1011101 0 101 11000 110100 110000 1101 101010

Color Harmonies of #7A745D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A745D

Black with #7A745D

Text Example


Text Example

White with #7A745D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,116,93); }

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

background-color css

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

 a { background-color: rgb(122,116,93); }

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

border-color css

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

 span { border-color: rgb(122,116,93); }

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