Html Css Color HEX #796766 Pharlap

📋 copy color: '#796766'

red 121 ◦ green 103 ◦ blue 102

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

Shades of Pharlap #796766

Tints of Pharlap #796766

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.6%

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

R = 37.12%
G = 31.6%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#796766 (or 0x796766) is known color: Pharlap. HEX triplet: 79, 67 and 66. RGB value is (121,103,102). Sum of RGB (Red+Green+Blue) = 121+103+102=326 (43% of max value = 765). Red value is 121 (47.66% from 255 or 37.12% from 326); Green value is 103 (40.62% from 255 or 31.60% from 326); Blue value is 102 (40.23% from 255 or 31.29% from 326); Max value from RGB is 121 - color contains mainly: red. Hex color #796766 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796766 is #869899. Grayscale: #6C6C6C. Windows color (decimal): -8820890 or 6711161. OLE color: 6711161.

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

Color convert

RGB 121 103 102 -
CMYK 0 0.15 0.16 0.53
HSL 3.16º 0.09% 0.44% -
HSV(B) 3.16º 0.16% 0.47% -
XYZ 15.13 14.72 14.61 -
YUV 108.27 124.46 137.08 -
System Red Green Blue C M Y K H S L
Decimal 121 103 102 0 0.15 0.16 0.53 3.16 0.09 0.44
Hex 79 67 66 0 F 10 35 3 9 2C
Octal 171 147 146 0 17 20 65 3 11 54
Binary 1111001 1100111 1100110 0 1111 10000 110101 11 1001 101100

Color Harmonies of #796766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796766

Black with #796766

Text Example


Text Example

White with #796766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796766; }

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

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

background-color css

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

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

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

border-color css

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

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

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