Html Css Color HEX #796462 Pharlap

📋 copy color: '#796462'

red 121 ◦ green 100 ◦ blue 98

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

Shades of Pharlap #796462

Tints of Pharlap #796462

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 30.72%

R = 37.93%
G = 31.35%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.19

 K value IS 0.53

RGB Variations

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

Color information

#796462 (or 0x796462) is known color: Pharlap. HEX triplet: 79, 64 and 62. RGB value is (121,100,98). Sum of RGB (Red+Green+Blue) = 121+100+98=319 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.93% from 319); Green value is 100 (39.45% from 255 or 31.35% from 319); Blue value is 98 (38.67% from 255 or 30.72% from 319); Max value from RGB is 121 - color contains mainly: red. Hex color #796462 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796462 is #869B9D. Grayscale: #6A6A6A. Windows color (decimal): -8821662 or 6448249. OLE color: 6448249.

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

Color convert

RGB 121 100 98 -
CMYK 0 0.17 0.19 0.53
HSL 5.22º 0.11% 0.43% -
HSV(B) 5.22º 0.19% 0.47% -
XYZ 14.65 14.06 13.5 -
YUV 106.05 123.46 138.66 -
System Red Green Blue C M Y K H S L
Decimal 121 100 98 0 0.17 0.19 0.53 5.22 0.11 0.43
Hex 79 64 62 0 11 13 35 5 B 2B
Octal 171 144 142 0 21 23 65 5 13 53
Binary 1111001 1100100 1100010 0 10001 10011 110101 101 1011 101011

Color Harmonies of #796462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796462

Black with #796462

Text Example


Text Example

White with #796462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796462; }

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

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

background-color css

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

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

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

border-color css

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

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

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