Html Css Color HEX #796C7F Mamba

📋 copy color: '#796C7F'

red 121 ◦ green 108 ◦ blue 127

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

Shades of Mamba #796C7F

Tints of Mamba #796C7F

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.34%

 BLUE value IS 127 (50% from 255) = 35.67%

R = 33.99%
G = 30.34%
B = 35.67%

CMYK

 C value IS 0.05

 M value IS 0.15

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#796C7F (or 0x796C7F) is known color: Mamba. HEX triplet: 79, 6C and 7F. RGB value is (121,108,127). Sum of RGB (Red+Green+Blue) = 121+108+127=356 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.99% from 356); Green value is 108 (42.58% from 255 or 30.34% from 356); Blue value is 127 (50% from 255 or 35.67% from 356); Max value from RGB is 127 - color contains mainly: blue. Hex color #796C7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796C7F is #869380. Grayscale: #717171. Windows color (decimal): -8819585 or 8350841. OLE color: 8350841.

HSL color Cylindrical-coordinate representation of color #796C7F: hue angle of 281.05º degrees, saturation: 0.08, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #796C7F is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 121 108 127 -
CMYK 0.05 0.15 0 0.50
HSL 281.05º 0.08% 0.46% -
HSV(B) 281.05º 0.15% 0.5% -
XYZ 17.08 16.32 22.33 -
YUV 114.05 135.31 132.96 -
System Red Green Blue C M Y K H S L
Decimal 121 108 127 0.05 0.15 0 0.50 281.05 0.08 0.46
Hex 79 6C 7F 5 F 0 32 119 8 2E
Octal 171 154 177 5 17 0 62 431 10 56
Binary 1111001 1101100 1111111 101 1111 0 110010 100011001 1000 101110

Color Harmonies of #796C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796C7F

Black with #796C7F

Text Example


Text Example

White with #796C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,108,127); }

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

background-color css

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

 a { background-color: rgb(121,108,127); }

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

border-color css

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

 span { border-color: rgb(121,108,127); }

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