Html Css Color HEX #79705F Pablo

📋 copy color: '#79705F'

red 121 ◦ green 112 ◦ blue 95

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

Shades of Pablo #79705F

Tints of Pablo #79705F

RGB

 RED value IS 121 (47.66% from 255) = 36.89%

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

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

R = 36.89%
G = 34.15%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#79705F (or 0x79705F) is known color: Pablo. HEX triplet: 79, 70 and 5F. RGB value is (121,112,95). Sum of RGB (Red+Green+Blue) = 121+112+95=328 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.89% from 328); Green value is 112 (44.14% from 255 or 34.15% from 328); Blue value is 95 (37.5% from 255 or 28.96% from 328); Max value from RGB is 121 - color contains mainly: red. Hex color #79705F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79705F is #868FA0. Grayscale: #707070. Windows color (decimal): -8818593 or 6254713. OLE color: 6254713.

HSL color Cylindrical-coordinate representation of color #79705F: hue angle of 39.23º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #79705F is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 112 95 -
CMYK 0 0.07 0.21 0.53
HSL 39.23º 0.12% 0.42% -
HSV(B) 39.23º 0.21% 0.47% -
XYZ 15.74 16.48 13.18 -
YUV 112.75 117.98 133.88 -
System Red Green Blue C M Y K H S L
Decimal 121 112 95 0 0.07 0.21 0.53 39.23 0.12 0.42
Hex 79 70 5F 0 7 15 35 27 C 2A
Octal 171 160 137 0 7 25 65 47 14 52
Binary 1111001 1110000 1011111 0 111 10101 110101 100111 1100 101010

Color Harmonies of #79705F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79705F

Black with #79705F

Text Example


Text Example

White with #79705F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79705F; }

 p { color: rgb(121,112,95); }

 H1.HeaderClassName
 {
   color: #79705F;
 }
 .AnyTagClassName
 {
   color: #79705F;
 }
</style>

background-color css

<style>
 a { background-color: #79705F; }

 a { background-color: rgb(121,112,95); }

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

border-color css

<style>
 span { border-color: #79705F; }

 span { border-color: rgb(121,112,95); }

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