Html Css Color HEX #7C6470 Scorpion

📋 copy color: '#7C6470'

red 124 ◦ green 100 ◦ blue 112

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

Shades of Scorpion #7C6470

Tints of Scorpion #7C6470

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.76%

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

R = 36.9%
G = 29.76%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.10

 K value IS 0.51

RGB Variations

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

Color information

#7C6470 (or 0x7C6470) is known color: Scorpion. HEX triplet: 7C, 64 and 70. RGB value is (124,100,112). Sum of RGB (Red+Green+Blue) = 124+100+112=336 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.90% from 336); Green value is 100 (39.45% from 255 or 29.76% from 336); Blue value is 112 (44.14% from 255 or 33.33% from 336); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6470 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6470 is #839B8F. Grayscale: #6C6C6C. Windows color (decimal): -8625040 or 7365756. OLE color: 7365756.

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

Color convert

RGB 124 100 112 -
CMYK 0 0.19 0.10 0.51
HSL 330º 0.11% 0.44% -
HSV(B) 330º 0.19% 0.49% -
XYZ 15.79 14.57 17.31 -
YUV 108.54 129.95 139.02 -
System Red Green Blue C M Y K H S L
Decimal 124 100 112 0 0.19 0.10 0.51 330 0.11 0.44
Hex 7C 64 70 0 13 A 33 14A B 2C
Octal 174 144 160 0 23 12 63 512 13 54
Binary 1111100 1100100 1110000 0 10011 1010 110011 101001010 1011 101100

Color Harmonies of #7C6470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6470

Black with #7C6470

Text Example


Text Example

White with #7C6470

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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