Html Css Color HEX #7C636E Scorpion

📋 copy color: '#7C636E'

red 124 ◦ green 99 ◦ blue 110

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

Shades of Scorpion #7C636E

Tints of Scorpion #7C636E

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.73%

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

R = 37.24%
G = 29.73%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.11

 K value IS 0.51

RGB Variations

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

Color information

#7C636E (or 0x7C636E) is known color: Scorpion. HEX triplet: 7C, 63 and 6E. RGB value is (124,99,110). Sum of RGB (Red+Green+Blue) = 124+99+110=333 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.24% from 333); Green value is 99 (39.06% from 255 or 29.73% from 333); Blue value is 110 (43.36% from 255 or 33.03% from 333); Max value from RGB is 124 - color contains mainly: red. Hex color #7C636E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C636E is #839C91. Grayscale: #6B6B6B. Windows color (decimal): -8625298 or 7234428. OLE color: 7234428.

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

Color convert

RGB 124 99 110 -
CMYK 0 0.20 0.11 0.51
HSL 333.6º 0.11% 0.44% -
HSV(B) 333.6º 0.2% 0.49% -
XYZ 15.59 14.33 16.7 -
YUV 107.73 129.28 139.61 -
System Red Green Blue C M Y K H S L
Decimal 124 99 110 0 0.20 0.11 0.51 333.6 0.11 0.44
Hex 7C 63 6E 0 14 B 33 14E B 2C
Octal 174 143 156 0 24 13 63 516 13 54
Binary 1111100 1100011 1101110 0 10100 1011 110011 101001110 1011 101100

Color Harmonies of #7C636E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C636E

Black with #7C636E

Text Example


Text Example

White with #7C636E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,99,110); }

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

background-color css

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

 a { background-color: rgb(124,99,110); }

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

border-color css

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

 span { border-color: rgb(124,99,110); }

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