Html Css Color HEX #7B616E Scorpion

📋 copy color: '#7B616E'

red 123 ◦ green 97 ◦ blue 110

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

Shades of Scorpion #7B616E

Tints of Scorpion #7B616E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 33.33%

R = 37.27%
G = 29.39%
B = 33.33%

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

#7B616E (or 0x7B616E) is known color: Scorpion. HEX triplet: 7B, 61 and 6E. RGB value is (123,97,110). Sum of RGB (Red+Green+Blue) = 123+97+110=330 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.27% from 330); Green value is 97 (38.28% from 255 or 29.39% from 330); Blue value is 110 (43.36% from 255 or 33.33% from 330); Max value from RGB is 123 - color contains mainly: red. Hex color #7B616E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B616E is #849E91. Grayscale: #6A6A6A. Windows color (decimal): -8691346 or 7233915. OLE color: 7233915.

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

Color convert

RGB 123 97 110 -
CMYK 0 0.21 0.11 0.52
HSL 330º 0.12% 0.43% -
HSV(B) 330º 0.21% 0.48% -
XYZ 15.26 13.89 16.63 -
YUV 106.26 130.11 139.94 -
System Red Green Blue C M Y K H S L
Decimal 123 97 110 0 0.21 0.11 0.52 330 0.12 0.43
Hex 7B 61 6E 0 15 B 34 14A C 2B
Octal 173 141 156 0 25 13 64 512 14 53
Binary 1111011 1100001 1101110 0 10101 1011 110100 101001010 1100 101011

Color Harmonies of #7B616E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B616E

Black with #7B616E

Text Example


Text Example

White with #7B616E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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