Html Css Color HEX #796B6A Pharlap

📋 copy color: '#796B6A'

red 121 ◦ green 107 ◦ blue 106

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

Shades of Pharlap #796B6A

Tints of Pharlap #796B6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 31.74%

R = 36.23%
G = 32.04%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#796B6A (or 0x796B6A) is known color: Pharlap. HEX triplet: 79, 6B and 6A. RGB value is (121,107,106). Sum of RGB (Red+Green+Blue) = 121+107+106=334 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.23% from 334); Green value is 107 (42.19% from 255 or 32.04% from 334); Blue value is 106 (41.80% from 255 or 31.74% from 334); Max value from RGB is 121 - color contains mainly: red. Hex color #796B6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796B6A is #869495. Grayscale: #6F6F6F. Windows color (decimal): -8819862 or 6974329. OLE color: 6974329.

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

Color convert

RGB 121 107 106 -
CMYK 0 0.12 0.12 0.53
HSL 0.07% 0.45% -
HSV(B) 0.12% 0.47% -
XYZ 15.74 15.62 15.82 -
YUV 111.07 125.14 135.08 -
System Red Green Blue C M Y K H S L
Decimal 121 107 106 0 0.12 0.12 0.53 4 0.07 0.45
Hex 79 6B 6A 0 C C 35 4 7 2D
Octal 171 153 152 0 14 14 65 4 7 55
Binary 1111001 1101011 1101010 0 1100 1100 110101 100 111 101101

Color Harmonies of #796B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796B6A

Black with #796B6A

Text Example


Text Example

White with #796B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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