Html Css Color HEX #796B68 Pharlap

📋 copy color: '#796B68'

red 121 ◦ green 107 ◦ blue 104

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

Shades of Pharlap #796B68

Tints of Pharlap #796B68

RGB

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

 GREEN value IS 107 (42.19% from 255) = 32.23%

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

R = 36.45%
G = 32.23%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.14

 K value IS 0.53

RGB Variations

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

Color information

#796B68 (or 0x796B68) is known color: Pharlap. HEX triplet: 79, 6B and 68. RGB value is (121,107,104). Sum of RGB (Red+Green+Blue) = 121+107+104=332 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.45% from 332); Green value is 107 (42.19% from 255 or 32.23% from 332); Blue value is 104 (41.02% from 255 or 31.33% from 332); Max value from RGB is 121 - color contains mainly: red. Hex color #796B68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796B68 is #869497. Grayscale: #6E6E6E. Windows color (decimal): -8819864 or 6843257. OLE color: 6843257.

HSL color Cylindrical-coordinate representation of color #796B68: hue angle of 10.59º 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 #796B68 is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 107 104 -
CMYK 0 0.12 0.14 0.53
HSL 10.59º 0.08% 0.44% -
HSV(B) 10.59º 0.14% 0.47% -
XYZ 15.64 15.58 15.28 -
YUV 110.84 124.14 135.24 -
System Red Green Blue C M Y K H S L
Decimal 121 107 104 0 0.12 0.14 0.53 10.59 0.08 0.44
Hex 79 6B 68 0 C E 35 B 8 2C
Octal 171 153 150 0 14 16 65 13 10 54
Binary 1111001 1101011 1101000 0 1100 1110 110101 1011 1000 101100

Color Harmonies of #796B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796B68

Black with #796B68

Text Example


Text Example

White with #796B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796B68; }

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

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

background-color css

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

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

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

border-color css

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

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

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