Html Css Color HEX #7B616A Scorpion

📋 copy color: '#7B616A'

red 123 ◦ green 97 ◦ blue 106

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

Shades of Scorpion #7B616A

Tints of Scorpion #7B616A

RGB

 RED value IS 123 (48.44% from 255) = 37.73%

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

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

R = 37.73%
G = 29.75%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.14

 K value IS 0.52

RGB Variations

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

Color information

#7B616A (or 0x7B616A) is known color: Scorpion. HEX triplet: 7B, 61 and 6A. RGB value is (123,97,106). Sum of RGB (Red+Green+Blue) = 123+97+106=326 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.73% from 326); Green value is 97 (38.28% from 255 or 29.75% from 326); Blue value is 106 (41.80% from 255 or 32.52% from 326); Max value from RGB is 123 - color contains mainly: red. Hex color #7B616A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B616A is #849E95. Grayscale: #696969. Windows color (decimal): -8691350 or 6971771. OLE color: 6971771.

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

Color convert

RGB 123 97 106 -
CMYK 0 0.21 0.14 0.52
HSL 339.23º 0.12% 0.43% -
HSV(B) 339.23º 0.21% 0.48% -
XYZ 15.04 13.8 15.51 -
YUV 105.8 128.11 140.27 -
System Red Green Blue C M Y K H S L
Decimal 123 97 106 0 0.21 0.14 0.52 339.23 0.12 0.43
Hex 7B 61 6A 0 15 E 34 153 C 2B
Octal 173 141 152 0 25 16 64 523 14 53
Binary 1111011 1100001 1101010 0 10101 1110 110100 101010011 1100 101011

Color Harmonies of #7B616A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B616A

Black with #7B616A

Text Example


Text Example

White with #7B616A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,97,106); }

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

background-color css

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

 a { background-color: rgb(123,97,106); }

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

border-color css

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

 span { border-color: rgb(123,97,106); }

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