Html Css Color HEX #796260 Pharlap

📋 copy color: '#796260'

red 121 ◦ green 98 ◦ blue 96

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

Shades of Pharlap #796260

Tints of Pharlap #796260

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.11%

 BLUE value IS 96 (37.89% from 255) = 30.48%

R = 38.41%
G = 31.11%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#796260 (or 0x796260) is known color: Pharlap. HEX triplet: 79, 62 and 60. RGB value is (121,98,96). Sum of RGB (Red+Green+Blue) = 121+98+96=315 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.41% from 315); Green value is 98 (38.67% from 255 or 31.11% from 315); Blue value is 96 (37.89% from 255 or 30.48% from 315); Max value from RGB is 121 - color contains mainly: red. Hex color #796260 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796260 is #869D9F. Grayscale: #686868. Windows color (decimal): -8822176 or 6316665. OLE color: 6316665.

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

Color convert

RGB 121 98 96 -
CMYK 0 0.19 0.21 0.53
HSL 4.8º 0.12% 0.43% -
HSV(B) 4.8º 0.21% 0.47% -
XYZ 14.36 13.64 12.94 -
YUV 104.65 123.12 139.66 -
System Red Green Blue C M Y K H S L
Decimal 121 98 96 0 0.19 0.21 0.53 4.8 0.12 0.43
Hex 79 62 60 0 13 15 35 5 C 2B
Octal 171 142 140 0 23 25 65 5 14 53
Binary 1111001 1100010 1100000 0 10011 10101 110101 101 1100 101011

Color Harmonies of #796260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796260

Black with #796260

Text Example


Text Example

White with #796260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796260; }

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

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

background-color css

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

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

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

border-color css

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

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

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