Html Css Color HEX #7C5C6F Cosmic

📋 copy color: '#7C5C6F'

red 124 ◦ green 92 ◦ blue 111

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

Shades of Cosmic #7C5C6F

Tints of Cosmic #7C5C6F

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.13%

 BLUE value IS 111 (43.75% from 255) = 33.94%

R = 37.92%
G = 28.13%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.10

 K value IS 0.51

RGB Variations

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

Color information

#7C5C6F (or 0x7C5C6F) is known color: Cosmic. HEX triplet: 7C, 5C and 6F. RGB value is (124,92,111). Sum of RGB (Red+Green+Blue) = 124+92+111=327 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.92% from 327); Green value is 92 (36.33% from 255 or 28.13% from 327); Blue value is 111 (43.75% from 255 or 33.94% from 327); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5C6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5C6F is #83A390. Grayscale: #676767. Windows color (decimal): -8627089 or 7298172. OLE color: 7298172.

HSL color Cylindrical-coordinate representation of color #7C5C6F: hue angle of 324.38º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7C5C6F is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 92 111 -
CMYK 0 0.26 0.10 0.51
HSL 324.38º 0.15% 0.42% -
HSV(B) 324.38º 0.26% 0.49% -
XYZ 15.01 13.09 16.77 -
YUV 103.73 132.1 142.46 -
System Red Green Blue C M Y K H S L
Decimal 124 92 111 0 0.26 0.10 0.51 324.38 0.15 0.42
Hex 7C 5C 6F 0 1A A 33 144 F 2A
Octal 174 134 157 0 32 12 63 504 17 52
Binary 1111100 1011100 1101111 0 11010 1010 110011 101000100 1111 101010

Color Harmonies of #7C5C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C5C6F

Black with #7C5C6F

Text Example


Text Example

White with #7C5C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,92,111); }

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

background-color css

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

 a { background-color: rgb(124,92,111); }

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

border-color css

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

 span { border-color: rgb(124,92,111); }

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