Html Css Color HEX #796666 Pharlap

📋 copy color: '#796666'

red 121 ◦ green 102 ◦ blue 102

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

Shades of Pharlap #796666

Tints of Pharlap #796666

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.38%

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

R = 37.23%
G = 31.38%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#796666 (or 0x796666) is known color: Pharlap. HEX triplet: 79, 66 and 66. RGB value is (121,102,102). Sum of RGB (Red+Green+Blue) = 121+102+102=325 (43% of max value = 765). Red value is 121 (47.66% from 255 or 37.23% from 325); Green value is 102 (40.23% from 255 or 31.38% from 325); Blue value is 102 (40.23% from 255 or 31.38% from 325); Max value from RGB is 121 - color contains mainly: red. Hex color #796666 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796666 is #869999. Grayscale: #6B6B6B. Windows color (decimal): -8821146 or 6710905. OLE color: 6710905.

HSL color Cylindrical-coordinate representation of color #796666: hue angle of 0º 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 #796666 is Cyan = 0, Magento = 0.16, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 102 102 -
CMYK 0 0.16 0.16 0.53
HSL 0.09% 0.44% -
HSV(B) 0.16% 0.47% -
XYZ 15.03 14.53 14.58 -
YUV 107.68 124.79 137.5 -
System Red Green Blue C M Y K H S L
Decimal 121 102 102 0 0.16 0.16 0.53 0 0.09 0.44
Hex 79 66 66 0 10 10 35 0 9 2C
Octal 171 146 146 0 20 20 65 0 11 54
Binary 1111001 1100110 1100110 0 10000 10000 110101 0 1001 101100

Color Harmonies of #796666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796666

Black with #796666

Text Example


Text Example

White with #796666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796666; }

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

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

background-color css

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

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

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

border-color css

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

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

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