Html Css Color HEX #7A616B Scorpion

📋 copy color: '#7A616B'

red 122 ◦ green 97 ◦ blue 107

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

Shades of Scorpion #7A616B

Tints of Scorpion #7A616B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.75%

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

R = 37.42%
G = 29.75%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.12

 K value IS 0.52

RGB Variations

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

Color information

#7A616B (or 0x7A616B) is known color: Scorpion. HEX triplet: 7A, 61 and 6B. RGB value is (122,97,107). Sum of RGB (Red+Green+Blue) = 122+97+107=326 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.42% from 326); Green value is 97 (38.28% from 255 or 29.75% from 326); Blue value is 107 (42.19% from 255 or 32.82% from 326); Max value from RGB is 122 - color contains mainly: red. Hex color #7A616B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A616B is #859E94. Grayscale: #696969. Windows color (decimal): -8756885 or 7037306. OLE color: 7037306.

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

Color convert

RGB 122 97 107 -
CMYK 0 0.20 0.12 0.52
HSL 336º 0.11% 0.43% -
HSV(B) 336º 0.2% 0.48% -
XYZ 14.95 13.75 15.78 -
YUV 105.62 128.78 139.69 -
System Red Green Blue C M Y K H S L
Decimal 122 97 107 0 0.20 0.12 0.52 336 0.11 0.43
Hex 7A 61 6B 0 14 C 34 150 B 2B
Octal 172 141 153 0 24 14 64 520 13 53
Binary 1111010 1100001 1101011 0 10100 1100 110100 101010000 1011 101011

Color Harmonies of #7A616B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A616B

Black with #7A616B

Text Example


Text Example

White with #7A616B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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