Html Css Color HEX #796670 Scorpion

📋 copy color: '#796670'

red 121 ◦ green 102 ◦ blue 112

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

Shades of Scorpion #796670

Tints of Scorpion #796670

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.45%

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

R = 36.12%
G = 30.45%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#796670 (or 0x796670) is known color: Scorpion. HEX triplet: 79, 66 and 70. RGB value is (121,102,112). Sum of RGB (Red+Green+Blue) = 121+102+112=335 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.12% from 335); Green value is 102 (40.23% from 255 or 30.45% from 335); Blue value is 112 (44.14% from 255 or 33.43% from 335); Max value from RGB is 121 - color contains mainly: red. Hex color #796670 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796670 is #86998F. Grayscale: #6C6C6C. Windows color (decimal): -8821136 or 7366265. OLE color: 7366265.

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

Color convert

RGB 121 102 112 -
CMYK 0 0.16 0.07 0.53
HSL 328.42º 0.09% 0.44% -
HSV(B) 328.42º 0.16% 0.47% -
XYZ 15.56 14.74 17.35 -
YUV 108.82 129.79 136.69 -
System Red Green Blue C M Y K H S L
Decimal 121 102 112 0 0.16 0.07 0.53 328.42 0.09 0.44
Hex 79 66 70 0 10 7 35 148 9 2C
Octal 171 146 160 0 20 7 65 510 11 54
Binary 1111001 1100110 1110000 0 10000 111 110101 101001000 1001 101100

Color Harmonies of #796670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796670

Black with #796670

Text Example


Text Example

White with #796670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796670; }

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

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

background-color css

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

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

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

border-color css

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

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

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