Html Css Color HEX #7C666F Scorpion

📋 copy color: '#7C666F'

red 124 ◦ green 102 ◦ blue 111

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

Shades of Scorpion #7C666F

Tints of Scorpion #7C666F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.27%

 BLUE value IS 111 (43.75% from 255) = 32.94%

R = 36.8%
G = 30.27%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.10

 K value IS 0.51

RGB Variations

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

Color information

#7C666F (or 0x7C666F) is known color: Scorpion. HEX triplet: 7C, 66 and 6F. RGB value is (124,102,111). Sum of RGB (Red+Green+Blue) = 124+102+111=337 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.80% from 337); Green value is 102 (40.23% from 255 or 30.27% from 337); Blue value is 111 (43.75% from 255 or 32.94% from 337); Max value from RGB is 124 - color contains mainly: red. Hex color #7C666F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C666F is #839990. Grayscale: #6D6D6D. Windows color (decimal): -8624529 or 7300732. OLE color: 7300732.

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

Color convert

RGB 124 102 111 -
CMYK 0 0.18 0.10 0.51
HSL 335.45º 0.1% 0.44% -
HSV(B) 335.45º 0.18% 0.49% -
XYZ 15.93 14.94 17.08 -
YUV 109.6 128.79 138.27 -
System Red Green Blue C M Y K H S L
Decimal 124 102 111 0 0.18 0.10 0.51 335.45 0.1 0.44
Hex 7C 66 6F 0 12 A 33 14F A 2C
Octal 174 146 157 0 22 12 63 517 12 54
Binary 1111100 1100110 1101111 0 10010 1010 110011 101001111 1010 101100

Color Harmonies of #7C666F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C666F

Black with #7C666F

Text Example


Text Example

White with #7C666F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,102,111); }

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

background-color css

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

 a { background-color: rgb(124,102,111); }

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

border-color css

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

 span { border-color: rgb(124,102,111); }

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