Html Css Color HEX #7A6970 Scorpion

📋 copy color: '#7A6970'

red 122 ◦ green 105 ◦ blue 112

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

Shades of Scorpion #7A6970

Tints of Scorpion #7A6970

RGB

 RED value IS 122 (48.05% from 255) = 35.99%

 GREEN value IS 105 (41.41% from 255) = 30.97%

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

R = 35.99%
G = 30.97%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.08

 K value IS 0.52

RGB Variations

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

Color information

#7A6970 (or 0x7A6970) is known color: Scorpion. HEX triplet: 7A, 69 and 70. RGB value is (122,105,112). Sum of RGB (Red+Green+Blue) = 122+105+112=339 (44% of max value = 765). Red value is 122 (48.05% from 255 or 35.99% from 339); Green value is 105 (41.41% from 255 or 30.97% from 339); Blue value is 112 (44.14% from 255 or 33.04% from 339); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6970 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6970 is #85968F. Grayscale: #6E6E6E. Windows color (decimal): -8754832 or 7367034. OLE color: 7367034.

HSL color Cylindrical-coordinate representation of color #7A6970: hue angle of 335.29º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7A6970 is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 105 112 -
CMYK 0 0.14 0.08 0.52
HSL 335.29º 0.07% 0.45% -
HSV(B) 335.29º 0.14% 0.48% -
XYZ 16 15.41 17.46 -
YUV 110.88 128.63 135.93 -
System Red Green Blue C M Y K H S L
Decimal 122 105 112 0 0.14 0.08 0.52 335.29 0.07 0.45
Hex 7A 69 70 0 E 8 34 14F 7 2D
Octal 172 151 160 0 16 10 64 517 7 55
Binary 1111010 1101001 1110000 0 1110 1000 110100 101001111 111 101101

Color Harmonies of #7A6970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6970

Black with #7A6970

Text Example


Text Example

White with #7A6970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7A6970; }

 p { color: rgb(122,105,112); }

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

background-color css

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

 a { background-color: rgb(122,105,112); }

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

border-color css

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

 span { border-color: rgb(122,105,112); }

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