Html Css Color HEX #7C5F6B Scorpion

📋 copy color: '#7C5F6B'

red 124 ◦ green 95 ◦ blue 107

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

Shades of Scorpion #7C5F6B

Tints of Scorpion #7C5F6B

RGB

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

 GREEN value IS 95 (37.5% from 255) = 29.14%

 BLUE value IS 107 (42.19% from 255) = 32.82%

R = 38.04%
G = 29.14%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.14

 K value IS 0.51

RGB Variations

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

Color information

#7C5F6B (or 0x7C5F6B) is known color: Scorpion. HEX triplet: 7C, 5F and 6B. RGB value is (124,95,107). Sum of RGB (Red+Green+Blue) = 124+95+107=326 (43% of max value = 765). Red value is 124 (48.83% from 255 or 38.04% from 326); Green value is 95 (37.5% from 255 or 29.14% from 326); Blue value is 107 (42.19% from 255 or 32.82% from 326); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5F6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5F6B is #83A094. Grayscale: #696969. Windows color (decimal): -8626325 or 7036796. OLE color: 7036796.

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

Color convert

RGB 124 95 107 -
CMYK 0 0.23 0.14 0.51
HSL 335.17º 0.13% 0.43% -
HSV(B) 335.17º 0.23% 0.49% -
XYZ 15.06 13.53 15.73 -
YUV 105.04 129.11 141.52 -
System Red Green Blue C M Y K H S L
Decimal 124 95 107 0 0.23 0.14 0.51 335.17 0.13 0.43
Hex 7C 5F 6B 0 17 E 33 14F D 2B
Octal 174 137 153 0 27 16 63 517 15 53
Binary 1111100 1011111 1101011 0 10111 1110 110011 101001111 1101 101011

Color Harmonies of #7C5F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C5F6B

Black with #7C5F6B

Text Example


Text Example

White with #7C5F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,95,107); }

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

background-color css

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

 a { background-color: rgb(124,95,107); }

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

border-color css

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

 span { border-color: rgb(124,95,107); }

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