Html Css Color HEX #7C5E68 Scorpion

📋 copy color: '#7C5E68'

red 124 ◦ green 94 ◦ blue 104

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

Shades of Scorpion #7C5E68

Tints of Scorpion #7C5E68

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.19%

 BLUE value IS 104 (41.02% from 255) = 32.3%

R = 38.51%
G = 29.19%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.16

 K value IS 0.51

RGB Variations

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

Color information

#7C5E68 (or 0x7C5E68) is known color: Scorpion. HEX triplet: 7C, 5E and 68. RGB value is (124,94,104). Sum of RGB (Red+Green+Blue) = 124+94+104=322 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.51% from 322); Green value is 94 (37.11% from 255 or 29.19% from 322); Blue value is 104 (41.02% from 255 or 32.30% from 322); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5E68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5E68 is #83A197. Grayscale: #686868. Windows color (decimal): -8626584 or 6839932. OLE color: 6839932.

HSL color Cylindrical-coordinate representation of color #7C5E68: hue angle of 340º degrees, saturation: 0.14, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7C5E68 is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 94 104 -
CMYK 0 0.24 0.16 0.51
HSL 340º 0.14% 0.43% -
HSV(B) 340º 0.24% 0.49% -
XYZ 14.81 13.29 14.88 -
YUV 104.11 127.94 142.19 -
System Red Green Blue C M Y K H S L
Decimal 124 94 104 0 0.24 0.16 0.51 340 0.14 0.43
Hex 7C 5E 68 0 18 10 33 154 E 2B
Octal 174 136 150 0 30 20 63 524 16 53
Binary 1111100 1011110 1101000 0 11000 10000 110011 101010100 1110 101011

Color Harmonies of #7C5E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C5E68

Black with #7C5E68

Text Example


Text Example

White with #7C5E68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,94,104); }

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

background-color css

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

 a { background-color: rgb(124,94,104); }

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

border-color css

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

 span { border-color: rgb(124,94,104); }

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