Html Css Color HEX #7C495B Cosmic

📋 copy color: '#7C495B'

red 124 ◦ green 73 ◦ blue 91

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

Shades of Cosmic #7C495B

Tints of Cosmic #7C495B

RGB

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

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

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

R = 43.06%
G = 25.35%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.27

 K value IS 0.51

RGB Variations

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

Color information

#7C495B (or 0x7C495B) is known color: Cosmic. HEX triplet: 7C, 49 and 5B. RGB value is (124,73,91). Sum of RGB (Red+Green+Blue) = 124+73+91=288 (38% of max value = 765). Red value is 124 (48.83% from 255 or 43.06% from 288); Green value is 73 (28.91% from 255 or 25.35% from 288); Blue value is 91 (35.94% from 255 or 31.60% from 288); Max value from RGB is 124 - color contains mainly: red. Hex color #7C495B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C495B is #83B6A4. Grayscale: #5A5A5A. Windows color (decimal): -8631973 or 5982588. OLE color: 5982588.

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

Color convert

RGB 124 73 91 -
CMYK 0 0.41 0.27 0.51
HSL 338.82º 0.26% 0.39% -
HSV(B) 338.82º 0.41% 0.49% -
XYZ 12.58 9.81 11.13 -
YUV 90.3 128.4 152.04 -
System Red Green Blue C M Y K H S L
Decimal 124 73 91 0 0.41 0.27 0.51 338.82 0.26 0.39
Hex 7C 49 5B 0 29 1B 33 153 1A 27
Octal 174 111 133 0 51 33 63 523 32 47
Binary 1111100 1001001 1011011 0 101001 11011 110011 101010011 11010 100111

Color Harmonies of #7C495B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C495B

Black with #7C495B

Text Example


Text Example

White with #7C495B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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