Html Css Color HEX #7A6670 Scorpion

📋 copy color: '#7A6670'

red 122 ◦ green 102 ◦ blue 112

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

Shades of Scorpion #7A6670

Tints of Scorpion #7A6670

RGB

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

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

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

R = 36.31%
G = 30.36%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.08

 K value IS 0.52

RGB Variations

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

Color information

#7A6670 (or 0x7A6670) is known color: Scorpion. HEX triplet: 7A, 66 and 70. RGB value is (122,102,112). Sum of RGB (Red+Green+Blue) = 122+102+112=336 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.31% from 336); Green value is 102 (40.23% from 255 or 30.36% from 336); Blue value is 112 (44.14% from 255 or 33.33% from 336); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6670 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6670 is #85998F. Grayscale: #6D6D6D. Windows color (decimal): -8755600 or 7366266. OLE color: 7366266.

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

Color convert

RGB 122 102 112 -
CMYK 0 0.16 0.08 0.52
HSL 330º 0.09% 0.44% -
HSV(B) 330º 0.16% 0.48% -
XYZ 15.7 14.81 17.36 -
YUV 109.12 129.63 137.19 -
System Red Green Blue C M Y K H S L
Decimal 122 102 112 0 0.16 0.08 0.52 330 0.09 0.44
Hex 7A 66 70 0 10 8 34 14A 9 2C
Octal 172 146 160 0 20 10 64 512 11 54
Binary 1111010 1100110 1110000 0 10000 1000 110100 101001010 1001 101100

Color Harmonies of #7A6670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6670

Black with #7A6670

Text Example


Text Example

White with #7A6670

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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