Html Css Color HEX #796665 Pharlap

📋 copy color: '#796665'

red 121 ◦ green 102 ◦ blue 101

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

Shades of Pharlap #796665

Tints of Pharlap #796665

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.48%

 BLUE value IS 101 (39.84% from 255) = 31.17%

R = 37.35%
G = 31.48%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#796665 (or 0x796665) is known color: Pharlap. HEX triplet: 79, 66 and 65. RGB value is (121,102,101). Sum of RGB (Red+Green+Blue) = 121+102+101=324 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.35% from 324); Green value is 102 (40.23% from 255 or 31.48% from 324); Blue value is 101 (39.84% from 255 or 31.17% from 324); Max value from RGB is 121 - color contains mainly: red. Hex color #796665 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796665 is #86999A. Grayscale: #6B6B6B. Windows color (decimal): -8821147 or 6645369. OLE color: 6645369.

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

Color convert

RGB 121 102 101 -
CMYK 0 0.16 0.17 0.53
HSL 0.09% 0.44% -
HSV(B) 0.17% 0.47% -
XYZ 14.99 14.51 14.32 -
YUV 107.57 124.29 137.58 -
System Red Green Blue C M Y K H S L
Decimal 121 102 101 0 0.16 0.17 0.53 3 0.09 0.44
Hex 79 66 65 0 10 11 35 3 9 2C
Octal 171 146 145 0 20 21 65 3 11 54
Binary 1111001 1100110 1100101 0 10000 10001 110101 11 1001 101100

Color Harmonies of #796665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796665

Black with #796665

Text Example


Text Example

White with #796665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796665; }

 p { color: rgb(121,102,101); }

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

background-color css

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

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

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

border-color css

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

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

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