Html Css Color HEX #7C5E67 Scorpion

📋 copy color: '#7C5E67'

red 124 ◦ green 94 ◦ blue 103

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

Shades of Scorpion #7C5E67

Tints of Scorpion #7C5E67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 32.09%

R = 38.63%
G = 29.28%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.17

 K value IS 0.51

RGB Variations

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

Color information

#7C5E67 (or 0x7C5E67) is known color: Scorpion. HEX triplet: 7C, 5E and 67. RGB value is (124,94,103). Sum of RGB (Red+Green+Blue) = 124+94+103=321 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.63% from 321); Green value is 94 (37.11% from 255 or 29.28% from 321); Blue value is 103 (40.62% from 255 or 32.09% from 321); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5E67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5E67 is #83A198. Grayscale: #676767. Windows color (decimal): -8626585 or 6774396. OLE color: 6774396.

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

Color convert

RGB 124 94 103 -
CMYK 0 0.24 0.17 0.51
HSL 342º 0.14% 0.43% -
HSV(B) 342º 0.24% 0.49% -
XYZ 14.76 13.27 14.62 -
YUV 104 127.44 142.27 -
System Red Green Blue C M Y K H S L
Decimal 124 94 103 0 0.24 0.17 0.51 342 0.14 0.43
Hex 7C 5E 67 0 18 11 33 156 E 2B
Octal 174 136 147 0 30 21 63 526 16 53
Binary 1111100 1011110 1100111 0 11000 10001 110011 101010110 1110 101011

Color Harmonies of #7C5E67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C5E67

Black with #7C5E67

Text Example


Text Example

White with #7C5E67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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