Html Css Color HEX #7B616F Scorpion

📋 copy color: '#7B616F'

red 123 ◦ green 97 ◦ blue 111

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

Shades of Scorpion #7B616F

Tints of Scorpion #7B616F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 33.53%

R = 37.16%
G = 29.31%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.10

 K value IS 0.52

RGB Variations

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

Color information

#7B616F (or 0x7B616F) is known color: Scorpion. HEX triplet: 7B, 61 and 6F. RGB value is (123,97,111). Sum of RGB (Red+Green+Blue) = 123+97+111=331 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.16% from 331); Green value is 97 (38.28% from 255 or 29.31% from 331); Blue value is 111 (43.75% from 255 or 33.53% from 331); Max value from RGB is 123 - color contains mainly: red. Hex color #7B616F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B616F is #849E90. Grayscale: #6A6A6A. Windows color (decimal): -8691345 or 7299451. OLE color: 7299451.

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

Color convert

RGB 123 97 111 -
CMYK 0 0.21 0.10 0.52
HSL 327.69º 0.12% 0.43% -
HSV(B) 327.69º 0.21% 0.48% -
XYZ 15.31 13.91 16.92 -
YUV 106.37 130.61 139.86 -
System Red Green Blue C M Y K H S L
Decimal 123 97 111 0 0.21 0.10 0.52 327.69 0.12 0.43
Hex 7B 61 6F 0 15 A 34 148 C 2B
Octal 173 141 157 0 25 12 64 510 14 53
Binary 1111011 1100001 1101111 0 10101 1010 110100 101001000 1100 101011

Color Harmonies of #7B616F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B616F

Black with #7B616F

Text Example


Text Example

White with #7B616F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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