Html Css Color HEX #796463 Pharlap

📋 copy color: '#796463'

red 121 ◦ green 100 ◦ blue 99

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

Shades of Pharlap #796463

Tints of Pharlap #796463

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.25%

 BLUE value IS 99 (39.06% from 255) = 30.94%

R = 37.81%
G = 31.25%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#796463 (or 0x796463) is known color: Pharlap. HEX triplet: 79, 64 and 63. RGB value is (121,100,99). Sum of RGB (Red+Green+Blue) = 121+100+99=320 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.81% from 320); Green value is 100 (39.45% from 255 or 31.25% from 320); Blue value is 99 (39.06% from 255 or 30.94% from 320); Max value from RGB is 121 - color contains mainly: red. Hex color #796463 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796463 is #869B9C. Grayscale: #6A6A6A. Windows color (decimal): -8821661 or 6513785. OLE color: 6513785.

HSL color Cylindrical-coordinate representation of color #796463: hue angle of 2.73º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #796463 is Cyan = 0, Magento = 0.17, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 100 99 -
CMYK 0 0.17 0.18 0.53
HSL 2.73º 0.1% 0.43% -
HSV(B) 2.73º 0.18% 0.47% -
XYZ 14.69 14.08 13.75 -
YUV 106.17 123.96 138.58 -
System Red Green Blue C M Y K H S L
Decimal 121 100 99 0 0.17 0.18 0.53 2.73 0.1 0.43
Hex 79 64 63 0 11 12 35 3 A 2B
Octal 171 144 143 0 21 22 65 3 12 53
Binary 1111001 1100100 1100011 0 10001 10010 110101 11 1010 101011

Color Harmonies of #796463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796463

Black with #796463

Text Example


Text Example

White with #796463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796463; }

 p { color: rgb(121,100,99); }

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

background-color css

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

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

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

border-color css

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

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

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