Html Css Color HEX #796867 Pharlap

📋 copy color: '#796867'

red 121 ◦ green 104 ◦ blue 103

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

Shades of Pharlap #796867

Tints of Pharlap #796867

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.71%

 BLUE value IS 103 (40.63% from 255) = 31.4%

R = 36.89%
G = 31.71%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.15

 K value IS 0.53

RGB Variations

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

Color information

#796867 (or 0x796867) is known color: Pharlap. HEX triplet: 79, 68 and 67. RGB value is (121,104,103). Sum of RGB (Red+Green+Blue) = 121+104+103=328 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.89% from 328); Green value is 104 (41.02% from 255 or 31.71% from 328); Blue value is 103 (40.62% from 255 or 31.40% from 328); Max value from RGB is 121 - color contains mainly: red. Hex color #796867 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796867 is #869798. Grayscale: #6C6C6C. Windows color (decimal): -8820633 or 6776953. OLE color: 6776953.

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

Color convert

RGB 121 104 103 -
CMYK 0 0.14 0.15 0.53
HSL 3.33º 0.08% 0.44% -
HSV(B) 3.33º 0.15% 0.47% -
XYZ 15.28 14.94 14.91 -
YUV 108.97 124.63 136.58 -
System Red Green Blue C M Y K H S L
Decimal 121 104 103 0 0.14 0.15 0.53 3.33 0.08 0.44
Hex 79 68 67 0 E F 35 3 8 2C
Octal 171 150 147 0 16 17 65 3 10 54
Binary 1111001 1101000 1100111 0 1110 1111 110101 11 1000 101100

Color Harmonies of #796867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796867

Black with #796867

Text Example


Text Example

White with #796867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796867; }

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

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

background-color css

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

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

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

border-color css

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

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

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