Html Css Color HEX #7A606B Scorpion

📋 copy color: '#7A606B'

red 122 ◦ green 96 ◦ blue 107

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

Shades of Scorpion #7A606B

Tints of Scorpion #7A606B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 32.92%

R = 37.54%
G = 29.54%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.12

 K value IS 0.52

RGB Variations

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

Color information

#7A606B (or 0x7A606B) is known color: Scorpion. HEX triplet: 7A, 60 and 6B. RGB value is (122,96,107). Sum of RGB (Red+Green+Blue) = 122+96+107=325 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.54% from 325); Green value is 96 (37.89% from 255 or 29.54% from 325); Blue value is 107 (42.19% from 255 or 32.92% from 325); Max value from RGB is 122 - color contains mainly: red. Hex color #7A606B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A606B is #859F94. Grayscale: #696969. Windows color (decimal): -8757141 or 7037050. OLE color: 7037050.

HSL color Cylindrical-coordinate representation of color #7A606B: hue angle of 334.62º 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 #7A606B is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 96 107 -
CMYK 0 0.21 0.12 0.52
HSL 334.62º 0.12% 0.43% -
HSV(B) 334.62º 0.21% 0.48% -
XYZ 14.86 13.56 15.74 -
YUV 105.03 129.11 140.11 -
System Red Green Blue C M Y K H S L
Decimal 122 96 107 0 0.21 0.12 0.52 334.62 0.12 0.43
Hex 7A 60 6B 0 15 C 34 14F C 2B
Octal 172 140 153 0 25 14 64 517 14 53
Binary 1111010 1100000 1101011 0 10101 1100 110100 101001111 1100 101011

Color Harmonies of #7A606B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A606B

Black with #7A606B

Text Example


Text Example

White with #7A606B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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