Html Css Color HEX #79706E Pharlap

📋 copy color: '#79706E'

red 121 ◦ green 112 ◦ blue 110

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

Shades of Pharlap #79706E

Tints of Pharlap #79706E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 32.07%

R = 35.28%
G = 32.65%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#79706E (or 0x79706E) is known color: Pharlap. HEX triplet: 79, 70 and 6E. RGB value is (121,112,110). Sum of RGB (Red+Green+Blue) = 121+112+110=343 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.28% from 343); Green value is 112 (44.14% from 255 or 32.65% from 343); Blue value is 110 (43.36% from 255 or 32.07% from 343); Max value from RGB is 121 - color contains mainly: red. Hex color #79706E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79706E is #868F91. Grayscale: #727272. Windows color (decimal): -8818578 or 7237753. OLE color: 7237753.

HSL color Cylindrical-coordinate representation of color #79706E: hue angle of 10.91º degrees, saturation: 0.05, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #79706E is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 112 110 -
CMYK 0 0.07 0.09 0.53
HSL 10.91º 0.05% 0.45% -
HSV(B) 10.91º 0.09% 0.47% -
XYZ 16.49 16.78 17.12 -
YUV 114.46 125.48 132.66 -
System Red Green Blue C M Y K H S L
Decimal 121 112 110 0 0.07 0.09 0.53 10.91 0.05 0.45
Hex 79 70 6E 0 7 9 35 B 5 2D
Octal 171 160 156 0 7 11 65 13 5 55
Binary 1111001 1110000 1101110 0 111 1001 110101 1011 101 101101

Color Harmonies of #79706E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79706E

Black with #79706E

Text Example


Text Example

White with #79706E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79706E; }

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

 H1.HeaderClassName
 {
   color: #79706E;
 }
 .AnyTagClassName
 {
   color: #79706E;
 }
</style>

background-color css

<style>
 a { background-color: #79706E; }

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

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

border-color css

<style>
 span { border-color: #79706E; }

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

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