Html Css Color HEX #796968 Pharlap

📋 copy color: '#796968'

red 121 ◦ green 105 ◦ blue 104

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

Shades of Pharlap #796968

Tints of Pharlap #796968

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.82%

 BLUE value IS 104 (41.02% from 255) = 31.52%

R = 36.67%
G = 31.82%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.14

 K value IS 0.53

RGB Variations

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

Color information

#796968 (or 0x796968) is known color: Pharlap. HEX triplet: 79, 69 and 68. RGB value is (121,105,104). Sum of RGB (Red+Green+Blue) = 121+105+104=330 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.67% from 330); Green value is 105 (41.41% from 255 or 31.82% from 330); Blue value is 104 (41.02% from 255 or 31.52% from 330); Max value from RGB is 121 - color contains mainly: red. Hex color #796968 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796968 is #869697. Grayscale: #6D6D6D. Windows color (decimal): -8820376 or 6842745. OLE color: 6842745.

HSL color Cylindrical-coordinate representation of color #796968: hue angle of 3.53º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #796968 is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 105 104 -
CMYK 0 0.13 0.14 0.53
HSL 3.53º 0.08% 0.44% -
HSV(B) 3.53º 0.14% 0.47% -
XYZ 15.44 15.17 15.21 -
YUV 109.67 124.8 136.08 -
System Red Green Blue C M Y K H S L
Decimal 121 105 104 0 0.13 0.14 0.53 3.53 0.08 0.44
Hex 79 69 68 0 D E 35 4 8 2C
Octal 171 151 150 0 15 16 65 4 10 54
Binary 1111001 1101001 1101000 0 1101 1110 110101 100 1000 101100

Color Harmonies of #796968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796968

Black with #796968

Text Example


Text Example

White with #796968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796968; }

 p { color: rgb(121,105,104); }

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

background-color css

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

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

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

border-color css

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

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

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