Html Css Color HEX #7C4F5B Cosmic

📋 copy color: '#7C4F5B'

red 124 ◦ green 79 ◦ blue 91

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

Shades of Cosmic #7C4F5B

Tints of Cosmic #7C4F5B

RGB

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

 GREEN value IS 79 (31.25% from 255) = 26.87%

 BLUE value IS 91 (35.94% from 255) = 30.95%

R = 42.18%
G = 26.87%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.27

 K value IS 0.51

RGB Variations

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

Color information

#7C4F5B (or 0x7C4F5B) is known color: Cosmic. HEX triplet: 7C, 4F and 5B. RGB value is (124,79,91). Sum of RGB (Red+Green+Blue) = 124+79+91=294 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.18% from 294); Green value is 79 (31.25% from 255 or 26.87% from 294); Blue value is 91 (35.94% from 255 or 30.95% from 294); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4F5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C4F5B is #83B0A4. Grayscale: #5D5D5D. Windows color (decimal): -8630437 or 5984124. OLE color: 5984124.

HSL color Cylindrical-coordinate representation of color #7C4F5B: hue angle of 344º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7C4F5B is Cyan = 0, Magento = 0.36, Yellow = 0.27 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 79 91 -
CMYK 0 0.36 0.27 0.51
HSL 344º 0.22% 0.4% -
HSV(B) 344º 0.36% 0.49% -
XYZ 13 10.63 11.26 -
YUV 93.82 126.41 149.52 -
System Red Green Blue C M Y K H S L
Decimal 124 79 91 0 0.36 0.27 0.51 344 0.22 0.4
Hex 7C 4F 5B 0 24 1B 33 158 16 28
Octal 174 117 133 0 44 33 63 530 26 50
Binary 1111100 1001111 1011011 0 100100 11011 110011 101011000 10110 101000

Color Harmonies of #7C4F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C4F5B

Black with #7C4F5B

Text Example


Text Example

White with #7C4F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,79,91); }

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

background-color css

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

 a { background-color: rgb(124,79,91); }

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

border-color css

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

 span { border-color: rgb(124,79,91); }

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