Html Css Color HEX #7A745F Pablo

📋 copy color: '#7A745F'

red 122 ◦ green 116 ◦ blue 95

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

Shades of Pablo #7A745F

Tints of Pablo #7A745F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 28.53%

R = 36.64%
G = 34.83%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.22

 K value IS 0.52

RGB Variations

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

Color information

#7A745F (or 0x7A745F) is known color: Pablo. HEX triplet: 7A, 74 and 5F. RGB value is (122,116,95). Sum of RGB (Red+Green+Blue) = 122+116+95=333 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.64% from 333); Green value is 116 (45.70% from 255 or 34.83% from 333); Blue value is 95 (37.5% from 255 or 28.53% from 333); Max value from RGB is 122 - color contains mainly: red. Hex color #7A745F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A745F is #858BA0. Grayscale: #737373. Windows color (decimal): -8752033 or 6255738. OLE color: 6255738.

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

Color convert

RGB 122 116 95 -
CMYK 0 0.05 0.22 0.52
HSL 46.67º 0.12% 0.43% -
HSV(B) 46.67º 0.22% 0.48% -
XYZ 16.34 17.45 13.33 -
YUV 115.4 116.49 132.71 -
System Red Green Blue C M Y K H S L
Decimal 122 116 95 0 0.05 0.22 0.52 46.67 0.12 0.43
Hex 7A 74 5F 0 5 16 34 2F C 2B
Octal 172 164 137 0 5 26 64 57 14 53
Binary 1111010 1110100 1011111 0 101 10110 110100 101111 1100 101011

Color Harmonies of #7A745F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A745F

Black with #7A745F

Text Example


Text Example

White with #7A745F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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