Html Css Color HEX #796A71 Scorpion

📋 copy color: '#796A71'

red 121 ◦ green 106 ◦ blue 113

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

Shades of Scorpion #796A71

Tints of Scorpion #796A71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 33.24%

R = 35.59%
G = 31.18%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#796A71 (or 0x796A71) is known color: Scorpion. HEX triplet: 79, 6A and 71. RGB value is (121,106,113). Sum of RGB (Red+Green+Blue) = 121+106+113=340 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.59% from 340); Green value is 106 (41.80% from 255 or 31.18% from 340); Blue value is 113 (44.53% from 255 or 33.24% from 340); Max value from RGB is 121 - color contains mainly: red. Hex color #796A71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796A71 is #86958E. Grayscale: #6F6F6F. Windows color (decimal): -8820111 or 7432825. OLE color: 7432825.

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

Color convert

RGB 121 106 113 -
CMYK 0 0.12 0.07 0.53
HSL 332º 0.07% 0.45% -
HSV(B) 332º 0.12% 0.47% -
XYZ 16.02 15.57 17.78 -
YUV 111.28 128.97 134.93 -
System Red Green Blue C M Y K H S L
Decimal 121 106 113 0 0.12 0.07 0.53 332 0.07 0.45
Hex 79 6A 71 0 C 7 35 14C 7 2D
Octal 171 152 161 0 14 7 65 514 7 55
Binary 1111001 1101010 1110001 0 1100 111 110101 101001100 111 101101

Color Harmonies of #796A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796A71

Black with #796A71

Text Example


Text Example

White with #796A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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