Html Css Color HEX #796A67 Pharlap

📋 copy color: '#796A67'

red 121 ◦ green 106 ◦ blue 103

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

Shades of Pharlap #796A67

Tints of Pharlap #796A67

RGB

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

 GREEN value IS 106 (41.8% from 255) = 32.12%

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

R = 36.67%
G = 32.12%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.15

 K value IS 0.53

RGB Variations

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

Color information

#796A67 (or 0x796A67) is known color: Pharlap. HEX triplet: 79, 6A and 67. RGB value is (121,106,103). Sum of RGB (Red+Green+Blue) = 121+106+103=330 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.67% from 330); Green value is 106 (41.80% from 255 or 32.12% from 330); Blue value is 103 (40.62% from 255 or 31.21% from 330); Max value from RGB is 121 - color contains mainly: red. Hex color #796A67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796A67 is #869598. Grayscale: #6E6E6E. Windows color (decimal): -8820121 or 6777465. OLE color: 6777465.

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

Color convert

RGB 121 106 103 -
CMYK 0 0.12 0.15 0.53
HSL 10º 0.08% 0.44% -
HSV(B) 10º 0.15% 0.47% -
XYZ 15.49 15.35 14.98 -
YUV 110.14 123.97 135.74 -
System Red Green Blue C M Y K H S L
Decimal 121 106 103 0 0.12 0.15 0.53 10 0.08 0.44
Hex 79 6A 67 0 C F 35 A 8 2C
Octal 171 152 147 0 14 17 65 12 10 54
Binary 1111001 1101010 1100111 0 1100 1111 110101 1010 1000 101100

Color Harmonies of #796A67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796A67

Black with #796A67

Text Example


Text Example

White with #796A67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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