Html Css Color HEX #796A70 Scorpion

📋 copy color: '#796A70'

red 121 ◦ green 106 ◦ blue 112

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

Shades of Scorpion #796A70

Tints of Scorpion #796A70

RGB

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

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

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

R = 35.69%
G = 31.27%
B = 33.04%

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

#796A70 (or 0x796A70) is known color: Scorpion. HEX triplet: 79, 6A and 70. RGB value is (121,106,112). Sum of RGB (Red+Green+Blue) = 121+106+112=339 (44% of max value = 765). Red value is 121 (47.66% from 255 or 35.69% from 339); Green value is 106 (41.80% from 255 or 31.27% from 339); Blue value is 112 (44.14% from 255 or 33.04% from 339); Max value from RGB is 121 - color contains mainly: red. Hex color #796A70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796A70 is #86958F. Grayscale: #6F6F6F. Windows color (decimal): -8820112 or 7367289. OLE color: 7367289.

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

Color convert

RGB 121 106 112 -
CMYK 0 0.12 0.07 0.53
HSL 336º 0.07% 0.45% -
HSV(B) 336º 0.12% 0.47% -
XYZ 15.96 15.54 17.49 -
YUV 111.17 128.47 135.01 -
System Red Green Blue C M Y K H S L
Decimal 121 106 112 0 0.12 0.07 0.53 336 0.07 0.45
Hex 79 6A 70 0 C 7 35 150 7 2D
Octal 171 152 160 0 14 7 65 520 7 55
Binary 1111001 1101010 1110000 0 1100 111 110101 101010000 111 101101

Color Harmonies of #796A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796A70

Black with #796A70

Text Example


Text Example

White with #796A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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