Html Css Color HEX #7C5C6D Cosmic

📋 copy color: '#7C5C6D'

red 124 ◦ green 92 ◦ blue 109

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

Shades of Cosmic #7C5C6D

Tints of Cosmic #7C5C6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 33.54%

R = 38.15%
G = 28.31%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.12

 K value IS 0.51

RGB Variations

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

Color information

#7C5C6D (or 0x7C5C6D) is known color: Cosmic. HEX triplet: 7C, 5C and 6D. RGB value is (124,92,109). Sum of RGB (Red+Green+Blue) = 124+92+109=325 (43% of max value = 765). Red value is 124 (48.83% from 255 or 38.15% from 325); Green value is 92 (36.33% from 255 or 28.31% from 325); Blue value is 109 (42.97% from 255 or 33.54% from 325); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5C6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5C6D is #83A392. Grayscale: #676767. Windows color (decimal): -8627091 or 7167100. OLE color: 7167100.

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

Color convert

RGB 124 92 109 -
CMYK 0 0.26 0.12 0.51
HSL 328.13º 0.15% 0.42% -
HSV(B) 328.13º 0.26% 0.49% -
XYZ 14.9 13.04 16.2 -
YUV 103.51 131.1 142.62 -
System Red Green Blue C M Y K H S L
Decimal 124 92 109 0 0.26 0.12 0.51 328.13 0.15 0.42
Hex 7C 5C 6D 0 1A C 33 148 F 2A
Octal 174 134 155 0 32 14 63 510 17 52
Binary 1111100 1011100 1101101 0 11010 1100 110011 101001000 1111 101010

Color Harmonies of #7C5C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C5C6D

Black with #7C5C6D

Text Example


Text Example

White with #7C5C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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