Html Css Color HEX #7C636D Scorpion

📋 copy color: '#7C636D'

red 124 ◦ green 99 ◦ blue 109

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

Shades of Scorpion #7C636D

Tints of Scorpion #7C636D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 32.83%

R = 37.35%
G = 29.82%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.12

 K value IS 0.51

RGB Variations

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

Color information

#7C636D (or 0x7C636D) is known color: Scorpion. HEX triplet: 7C, 63 and 6D. RGB value is (124,99,109). Sum of RGB (Red+Green+Blue) = 124+99+109=332 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.35% from 332); Green value is 99 (39.06% from 255 or 29.82% from 332); Blue value is 109 (42.97% from 255 or 32.83% from 332); Max value from RGB is 124 - color contains mainly: red. Hex color #7C636D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C636D is #839C92. Grayscale: #6B6B6B. Windows color (decimal): -8625299 or 7168892. OLE color: 7168892.

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

Color convert

RGB 124 99 109 -
CMYK 0 0.20 0.12 0.51
HSL 336º 0.11% 0.44% -
HSV(B) 336º 0.2% 0.49% -
XYZ 15.53 14.31 16.41 -
YUV 107.62 128.78 139.69 -
System Red Green Blue C M Y K H S L
Decimal 124 99 109 0 0.20 0.12 0.51 336 0.11 0.44
Hex 7C 63 6D 0 14 C 33 150 B 2C
Octal 174 143 155 0 24 14 63 520 13 54
Binary 1111100 1100011 1101101 0 10100 1100 110011 101010000 1011 101100

Color Harmonies of #7C636D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C636D

Black with #7C636D

Text Example


Text Example

White with #7C636D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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