Html Css Color HEX #796870 Scorpion

📋 copy color: '#796870'

red 121 ◦ green 104 ◦ blue 112

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

Shades of Scorpion #796870

Tints of Scorpion #796870

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.86%

 BLUE value IS 112 (44.14% from 255) = 33.23%

R = 35.91%
G = 30.86%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#796870 (or 0x796870) is known color: Scorpion. HEX triplet: 79, 68 and 70. RGB value is (121,104,112). Sum of RGB (Red+Green+Blue) = 121+104+112=337 (44% of max value = 765). Red value is 121 (47.66% from 255 or 35.91% from 337); Green value is 104 (41.02% from 255 or 30.86% from 337); Blue value is 112 (44.14% from 255 or 33.23% from 337); Max value from RGB is 121 - color contains mainly: red. Hex color #796870 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796870 is #86978F. Grayscale: #6D6D6D. Windows color (decimal): -8820624 or 7366777. OLE color: 7366777.

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

Color convert

RGB 121 104 112 -
CMYK 0 0.14 0.07 0.53
HSL 331.76º 0.08% 0.44% -
HSV(B) 331.76º 0.14% 0.47% -
XYZ 15.76 15.14 17.42 -
YUV 110 129.13 135.85 -
System Red Green Blue C M Y K H S L
Decimal 121 104 112 0 0.14 0.07 0.53 331.76 0.08 0.44
Hex 79 68 70 0 E 7 35 14C 8 2C
Octal 171 150 160 0 16 7 65 514 10 54
Binary 1111001 1101000 1110000 0 1110 111 110101 101001100 1000 101100

Color Harmonies of #796870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796870

Black with #796870

Text Example


Text Example

White with #796870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796870; }

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

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

background-color css

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

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

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

border-color css

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

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

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