Html Css Color HEX #7C6670 Scorpion

📋 copy color: '#7C6670'

red 124 ◦ green 102 ◦ blue 112

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

Shades of Scorpion #7C6670

Tints of Scorpion #7C6670

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 33.14%

R = 36.69%
G = 30.18%
B = 33.14%

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

#7C6670 (or 0x7C6670) is known color: Scorpion. HEX triplet: 7C, 66 and 70. RGB value is (124,102,112). Sum of RGB (Red+Green+Blue) = 124+102+112=338 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.69% from 338); Green value is 102 (40.23% from 255 or 30.18% from 338); Blue value is 112 (44.14% from 255 or 33.14% from 338); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6670 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6670 is #83998F. Grayscale: #6D6D6D. Windows color (decimal): -8624528 or 7366268. OLE color: 7366268.

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

Color convert

RGB 124 102 112 -
CMYK 0 0.18 0.10 0.51
HSL 332.73º 0.1% 0.44% -
HSV(B) 332.73º 0.18% 0.49% -
XYZ 15.99 14.96 17.37 -
YUV 109.72 129.29 138.19 -
System Red Green Blue C M Y K H S L
Decimal 124 102 112 0 0.18 0.10 0.51 332.73 0.1 0.44
Hex 7C 66 70 0 12 A 33 14D A 2C
Octal 174 146 160 0 22 12 63 515 12 54
Binary 1111100 1100110 1110000 0 10010 1010 110011 101001101 1010 101100

Color Harmonies of #7C6670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6670

Black with #7C6670

Text Example


Text Example

White with #7C6670

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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