Html Css Color HEX #796866 Pharlap

📋 copy color: '#796866'

red 121 ◦ green 104 ◦ blue 102

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

Shades of Pharlap #796866

Tints of Pharlap #796866

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.8%

 BLUE value IS 102 (40.23% from 255) = 31.19%

R = 37%
G = 31.8%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#796866 (or 0x796866) is known color: Pharlap. HEX triplet: 79, 68 and 66. RGB value is (121,104,102). Sum of RGB (Red+Green+Blue) = 121+104+102=327 (43% of max value = 765). Red value is 121 (47.66% from 255 or 37.00% from 327); Green value is 104 (41.02% from 255 or 31.80% from 327); Blue value is 102 (40.23% from 255 or 31.19% from 327); Max value from RGB is 121 - color contains mainly: red. Hex color #796866 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796866 is #869799. Grayscale: #6C6C6C. Windows color (decimal): -8820634 or 6711417. OLE color: 6711417.

HSL color Cylindrical-coordinate representation of color #796866: hue angle of 6.32º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #796866 is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 104 102 -
CMYK 0 0.14 0.16 0.53
HSL 6.32º 0.09% 0.44% -
HSV(B) 6.32º 0.16% 0.47% -
XYZ 15.23 14.92 14.65 -
YUV 108.86 124.13 136.66 -
System Red Green Blue C M Y K H S L
Decimal 121 104 102 0 0.14 0.16 0.53 6.32 0.09 0.44
Hex 79 68 66 0 E 10 35 6 9 2C
Octal 171 150 146 0 16 20 65 6 11 54
Binary 1111001 1101000 1100110 0 1110 10000 110101 110 1001 101100

Color Harmonies of #796866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796866

Black with #796866

Text Example


Text Example

White with #796866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796866; }

 p { color: rgb(121,104,102); }

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

background-color css

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

 a { background-color: rgb(121,104,102); }

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

border-color css

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

 span { border-color: rgb(121,104,102); }

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