Html Css Color HEX #796969 Pharlap

📋 copy color: '#796969'

red 121 ◦ green 105 ◦ blue 105

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

Shades of Pharlap #796969

Tints of Pharlap #796969

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 31.72%

R = 36.56%
G = 31.72%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#796969 (or 0x796969) is known color: Pharlap. HEX triplet: 79, 69 and 69. RGB value is (121,105,105). Sum of RGB (Red+Green+Blue) = 121+105+105=331 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.56% from 331); Green value is 105 (41.41% from 255 or 31.72% from 331); Blue value is 105 (41.41% from 255 or 31.72% from 331); Max value from RGB is 121 - color contains mainly: red. Hex color #796969 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796969 is #869696. Grayscale: #6D6D6D. Windows color (decimal): -8820375 or 6908281. OLE color: 6908281.

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

Color convert

RGB 121 105 105 -
CMYK 0 0.13 0.13 0.53
HSL 0.07% 0.44% -
HSV(B) 0.13% 0.47% -
XYZ 15.49 15.19 15.48 -
YUV 109.78 125.3 136 -
System Red Green Blue C M Y K H S L
Decimal 121 105 105 0 0.13 0.13 0.53 0 0.07 0.44
Hex 79 69 69 0 D D 35 0 7 2C
Octal 171 151 151 0 15 15 65 0 7 54
Binary 1111001 1101001 1101001 0 1101 1101 110101 0 111 101100

Color Harmonies of #796969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796969

Black with #796969

Text Example


Text Example

White with #796969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796969; }

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

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

background-color css

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

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

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

border-color css

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

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

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