Html Css Color HEX #796F6D Pharlap

📋 copy color: '#796F6D'

red 121 ◦ green 111 ◦ blue 109

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

Shades of Pharlap #796F6D

Tints of Pharlap #796F6D

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.55%

 BLUE value IS 109 (42.97% from 255) = 31.96%

R = 35.48%
G = 32.55%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#796F6D (or 0x796F6D) is known color: Pharlap. HEX triplet: 79, 6F and 6D. RGB value is (121,111,109). Sum of RGB (Red+Green+Blue) = 121+111+109=341 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.48% from 341); Green value is 111 (43.75% from 255 or 32.55% from 341); Blue value is 109 (42.97% from 255 or 31.96% from 341); Max value from RGB is 121 - color contains mainly: red. Hex color #796F6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796F6D is #869092. Grayscale: #717171. Windows color (decimal): -8818835 or 7171961. OLE color: 7171961.

HSL color Cylindrical-coordinate representation of color #796F6D: hue angle of 10º degrees, saturation: 0.05, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #796F6D is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 111 109 -
CMYK 0 0.08 0.10 0.53
HSL 10º 0.05% 0.45% -
HSV(B) 10º 0.1% 0.47% -
XYZ 16.33 16.54 16.8 -
YUV 113.76 125.31 133.16 -
System Red Green Blue C M Y K H S L
Decimal 121 111 109 0 0.08 0.10 0.53 10 0.05 0.45
Hex 79 6F 6D 0 8 A 35 A 5 2D
Octal 171 157 155 0 10 12 65 12 5 55
Binary 1111001 1101111 1101101 0 1000 1010 110101 1010 101 101101

Color Harmonies of #796F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796F6D

Black with #796F6D

Text Example


Text Example

White with #796F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796F6D; }

 p { color: rgb(121,111,109); }

 H1.HeaderClassName
 {
   color: #796F6D;
 }
 .AnyTagClassName
 {
   color: #796F6D;
 }
</style>

background-color css

<style>
 a { background-color: #796F6D; }

 a { background-color: rgb(121,111,109); }

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

border-color css

<style>
 span { border-color: #796F6D; }

 span { border-color: rgb(121,111,109); }

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