Html Css Color HEX #7A5E6A Scorpion

📋 copy color: '#7A5E6A'

red 122 ◦ green 94 ◦ blue 106

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

Shades of Scorpion #7A5E6A

Tints of Scorpion #7A5E6A

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.19%

 BLUE value IS 106 (41.8% from 255) = 32.92%

R = 37.89%
G = 29.19%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.13

 K value IS 0.52

RGB Variations

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

Color information

#7A5E6A (or 0x7A5E6A) is known color: Scorpion. HEX triplet: 7A, 5E and 6A. RGB value is (122,94,106). Sum of RGB (Red+Green+Blue) = 122+94+106=322 (42% of max value = 765). Red value is 122 (48.05% from 255 or 37.89% from 322); Green value is 94 (37.11% from 255 or 29.19% from 322); Blue value is 106 (41.80% from 255 or 32.92% from 322); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5E6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5E6A is #85A195. Grayscale: #676767. Windows color (decimal): -8757654 or 6971002. OLE color: 6971002.

HSL color Cylindrical-coordinate representation of color #7A5E6A: hue angle of 334.29º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7A5E6A is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 94 106 -
CMYK 0 0.23 0.13 0.52
HSL 334.29º 0.13% 0.42% -
HSV(B) 334.29º 0.23% 0.48% -
XYZ 14.63 13.18 15.41 -
YUV 103.74 129.28 141.02 -
System Red Green Blue C M Y K H S L
Decimal 122 94 106 0 0.23 0.13 0.52 334.29 0.13 0.42
Hex 7A 5E 6A 0 17 D 34 14E D 2A
Octal 172 136 152 0 27 15 64 516 15 52
Binary 1111010 1011110 1101010 0 10111 1101 110100 101001110 1101 101010

Color Harmonies of #7A5E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A5E6A

Black with #7A5E6A

Text Example


Text Example

White with #7A5E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,94,106); }

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

background-color css

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

 a { background-color: rgb(122,94,106); }

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

border-color css

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

 span { border-color: rgb(122,94,106); }

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