Html Css Color HEX #7C646C Scorpion

📋 copy color: '#7C646C'

red 124 ◦ green 100 ◦ blue 108

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

Shades of Scorpion #7C646C

Tints of Scorpion #7C646C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 32.53%

R = 37.35%
G = 30.12%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.13

 K value IS 0.51

RGB Variations

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

Color information

#7C646C (or 0x7C646C) is known color: Scorpion. HEX triplet: 7C, 64 and 6C. RGB value is (124,100,108). Sum of RGB (Red+Green+Blue) = 124+100+108=332 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.35% from 332); Green value is 100 (39.45% from 255 or 30.12% from 332); Blue value is 108 (42.58% from 255 or 32.53% from 332); Max value from RGB is 124 - color contains mainly: red. Hex color #7C646C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C646C is #839B93. Grayscale: #6C6C6C. Windows color (decimal): -8625044 or 7103612. OLE color: 7103612.

HSL color Cylindrical-coordinate representation of color #7C646C: hue angle of 340º 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 #7C646C is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 100 108 -
CMYK 0 0.19 0.13 0.51
HSL 340º 0.11% 0.44% -
HSV(B) 340º 0.19% 0.49% -
XYZ 15.58 14.48 16.16 -
YUV 108.09 127.95 139.35 -
System Red Green Blue C M Y K H S L
Decimal 124 100 108 0 0.19 0.13 0.51 340 0.11 0.44
Hex 7C 64 6C 0 13 D 33 154 B 2C
Octal 174 144 154 0 23 15 63 524 13 54
Binary 1111100 1100100 1101100 0 10011 1101 110011 101010100 1011 101100

Color Harmonies of #7C646C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C646C

Black with #7C646C

Text Example


Text Example

White with #7C646C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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