Html Css Color HEX #7C6270 Scorpion

📋 copy color: '#7C6270'

red 124 ◦ green 98 ◦ blue 112

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

Shades of Scorpion #7C6270

Tints of Scorpion #7C6270

RGB

 RED value IS 124 (48.83% from 255) = 37.13%

 GREEN value IS 98 (38.67% from 255) = 29.34%

 BLUE value IS 112 (44.14% from 255) = 33.53%

R = 37.13%
G = 29.34%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.10

 K value IS 0.51

RGB Variations

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

Color information

#7C6270 (or 0x7C6270) is known color: Scorpion. HEX triplet: 7C, 62 and 70. RGB value is (124,98,112). Sum of RGB (Red+Green+Blue) = 124+98+112=334 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.13% from 334); Green value is 98 (38.67% from 255 or 29.34% from 334); Blue value is 112 (44.14% from 255 or 33.53% from 334); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6270 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6270 is #839D8F. Grayscale: #6B6B6B. Windows color (decimal): -8625552 or 7365244. OLE color: 7365244.

HSL color Cylindrical-coordinate representation of color #7C6270: hue angle of 327.69º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7C6270 is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 98 112 -
CMYK 0 0.21 0.10 0.51
HSL 327.69º 0.12% 0.44% -
HSV(B) 327.69º 0.21% 0.49% -
XYZ 15.6 14.19 17.25 -
YUV 107.37 130.61 139.86 -
System Red Green Blue C M Y K H S L
Decimal 124 98 112 0 0.21 0.10 0.51 327.69 0.12 0.44
Hex 7C 62 70 0 15 A 33 148 C 2C
Octal 174 142 160 0 25 12 63 510 14 54
Binary 1111100 1100010 1110000 0 10101 1010 110011 101001000 1100 101100

Color Harmonies of #7C6270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6270

Black with #7C6270

Text Example


Text Example

White with #7C6270

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,98,112); }

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

background-color css

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

 a { background-color: rgb(124,98,112); }

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

border-color css

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

 span { border-color: rgb(124,98,112); }

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