Html Css Color HEX #7C495F Cosmic

📋 copy color: '#7C495F'

red 124 ◦ green 73 ◦ blue 95

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

Shades of Cosmic #7C495F

Tints of Cosmic #7C495F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25%

 BLUE value IS 95 (37.5% from 255) = 32.53%

R = 42.47%
G = 25%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.23

 K value IS 0.51

RGB Variations

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

Color information

#7C495F (or 0x7C495F) is known color: Cosmic. HEX triplet: 7C, 49 and 5F. RGB value is (124,73,95). Sum of RGB (Red+Green+Blue) = 124+73+95=292 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.47% from 292); Green value is 73 (28.91% from 255 or 25% from 292); Blue value is 95 (37.5% from 255 or 32.53% from 292); Max value from RGB is 124 - color contains mainly: red. Hex color #7C495F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C495F is #83B6A0. Grayscale: #5A5A5A. Windows color (decimal): -8631969 or 6244732. OLE color: 6244732.

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

Color convert

RGB 124 73 95 -
CMYK 0 0.41 0.23 0.51
HSL 334.12º 0.26% 0.39% -
HSV(B) 334.12º 0.41% 0.49% -
XYZ 12.76 9.88 12.06 -
YUV 90.76 130.4 151.71 -
System Red Green Blue C M Y K H S L
Decimal 124 73 95 0 0.41 0.23 0.51 334.12 0.26 0.39
Hex 7C 49 5F 0 29 17 33 14E 1A 27
Octal 174 111 137 0 51 27 63 516 32 47
Binary 1111100 1001001 1011111 0 101001 10111 110011 101001110 11010 100111

Color Harmonies of #7C495F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C495F

Black with #7C495F

Text Example


Text Example

White with #7C495F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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