Html Css Color HEX #7A606C Scorpion

📋 copy color: '#7A606C'

red 122 ◦ green 96 ◦ blue 108

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

Shades of Scorpion #7A606C

Tints of Scorpion #7A606C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.45%

 BLUE value IS 108 (42.58% from 255) = 33.13%

R = 37.42%
G = 29.45%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.11

 K value IS 0.52

RGB Variations

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

Color information

#7A606C (or 0x7A606C) is known color: Scorpion. HEX triplet: 7A, 60 and 6C. RGB value is (122,96,108). Sum of RGB (Red+Green+Blue) = 122+96+108=326 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.42% from 326); Green value is 96 (37.89% from 255 or 29.45% from 326); Blue value is 108 (42.58% from 255 or 33.13% from 326); Max value from RGB is 122 - color contains mainly: red. Hex color #7A606C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A606C is #859F93. Grayscale: #696969. Windows color (decimal): -8757140 or 7102586. OLE color: 7102586.

HSL color Cylindrical-coordinate representation of color #7A606C: hue angle of 332.31º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7A606C is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 96 108 -
CMYK 0 0.21 0.11 0.52
HSL 332.31º 0.12% 0.43% -
HSV(B) 332.31º 0.21% 0.48% -
XYZ 14.92 13.59 16.02 -
YUV 105.14 129.61 140.02 -
System Red Green Blue C M Y K H S L
Decimal 122 96 108 0 0.21 0.11 0.52 332.31 0.12 0.43
Hex 7A 60 6C 0 15 B 34 14C C 2B
Octal 172 140 154 0 25 13 64 514 14 53
Binary 1111010 1100000 1101100 0 10101 1011 110100 101001100 1100 101011

Color Harmonies of #7A606C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A606C

Black with #7A606C

Text Example


Text Example

White with #7A606C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,96,108); }

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

background-color css

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

 a { background-color: rgb(122,96,108); }

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

border-color css

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

 span { border-color: rgb(122,96,108); }

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