Html Css Color HEX #7C5F6A Scorpion

📋 copy color: '#7C5F6A'

red 124 ◦ green 95 ◦ blue 106

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

Shades of Scorpion #7C5F6A

Tints of Scorpion #7C5F6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 32.62%

R = 38.15%
G = 29.23%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.15

 K value IS 0.51

RGB Variations

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

Color information

#7C5F6A (or 0x7C5F6A) is known color: Scorpion. HEX triplet: 7C, 5F and 6A. RGB value is (124,95,106). Sum of RGB (Red+Green+Blue) = 124+95+106=325 (43% of max value = 765). Red value is 124 (48.83% from 255 or 38.15% from 325); Green value is 95 (37.5% from 255 or 29.23% from 325); Blue value is 106 (41.80% from 255 or 32.62% from 325); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5F6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5F6A is #83A095. Grayscale: #686868. Windows color (decimal): -8626326 or 6971260. OLE color: 6971260.

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

Color convert

RGB 124 95 106 -
CMYK 0 0.23 0.15 0.51
HSL 337.24º 0.13% 0.43% -
HSV(B) 337.24º 0.23% 0.49% -
XYZ 15.01 13.51 15.45 -
YUV 104.93 128.61 141.61 -
System Red Green Blue C M Y K H S L
Decimal 124 95 106 0 0.23 0.15 0.51 337.24 0.13 0.43
Hex 7C 5F 6A 0 17 F 33 151 D 2B
Octal 174 137 152 0 27 17 63 521 15 53
Binary 1111100 1011111 1101010 0 10111 1111 110011 101010001 1101 101011

Color Harmonies of #7C5F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C5F6A

Black with #7C5F6A

Text Example


Text Example

White with #7C5F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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