Html Css Color HEX #7A745B Pablo

📋 copy color: '#7A745B'

red 122 ◦ green 116 ◦ blue 91

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

Shades of Pablo #7A745B

Tints of Pablo #7A745B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 27.66%

R = 37.08%
G = 35.26%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.25

 K value IS 0.52

RGB Variations

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

Color information

#7A745B (or 0x7A745B) is known color: Pablo. HEX triplet: 7A, 74 and 5B. RGB value is (122,116,91). Sum of RGB (Red+Green+Blue) = 122+116+91=329 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.08% from 329); Green value is 116 (45.70% from 255 or 35.26% from 329); Blue value is 91 (35.94% from 255 or 27.66% from 329); Max value from RGB is 122 - color contains mainly: red. Hex color #7A745B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A745B is #858BA4. Grayscale: #737373. Windows color (decimal): -8752037 or 5993594. OLE color: 5993594.

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

Color convert

RGB 122 116 91 -
CMYK 0 0.05 0.25 0.52
HSL 48.39º 0.15% 0.42% -
HSV(B) 48.39º 0.25% 0.48% -
XYZ 16.16 17.38 12.4 -
YUV 114.94 114.49 133.03 -
System Red Green Blue C M Y K H S L
Decimal 122 116 91 0 0.05 0.25 0.52 48.39 0.15 0.42
Hex 7A 74 5B 0 5 19 34 30 F 2A
Octal 172 164 133 0 5 31 64 60 17 52
Binary 1111010 1110100 1011011 0 101 11001 110100 110000 1111 101010

Color Harmonies of #7A745B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A745B

Black with #7A745B

Text Example


Text Example

White with #7A745B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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