Html Css Color HEX #7E485C Cosmic

📋 copy color: '#7E485C'

red 126 ◦ green 72 ◦ blue 92

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

Shades of Cosmic #7E485C

Tints of Cosmic #7E485C

RGB

 RED value IS 126 (49.61% from 255) = 43.45%

 GREEN value IS 72 (28.52% from 255) = 24.83%

 BLUE value IS 92 (36.33% from 255) = 31.72%

R = 43.45%
G = 24.83%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.27

 K value IS 0.51

RGB Variations

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

Color information

#7E485C (or 0x7E485C) is known color: Cosmic. HEX triplet: 7E, 48 and 5C. RGB value is (126,72,92). Sum of RGB (Red+Green+Blue) = 126+72+92=290 (38% of max value = 765). Red value is 126 (49.61% from 255 or 43.45% from 290); Green value is 72 (28.52% from 255 or 24.83% from 290); Blue value is 92 (36.33% from 255 or 31.72% from 290); Max value from RGB is 126 - color contains mainly: red. Hex color #7E485C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E485C is #81B7A3. Grayscale: #5A5A5A. Windows color (decimal): -8501156 or 6047870. OLE color: 6047870.

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

Color convert

RGB 126 72 92 -
CMYK 0 0.43 0.27 0.51
HSL 337.78º 0.27% 0.39% -
HSV(B) 337.78º 0.43% 0.49% -
XYZ 12.85 9.84 11.35 -
YUV 90.43 128.89 153.37 -
System Red Green Blue C M Y K H S L
Decimal 126 72 92 0 0.43 0.27 0.51 337.78 0.27 0.39
Hex 7E 48 5C 0 2B 1B 33 152 1B 27
Octal 176 110 134 0 53 33 63 522 33 47
Binary 1111110 1001000 1011100 0 101011 11011 110011 101010010 11011 100111

Color Harmonies of #7E485C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E485C

Black with #7E485C

Text Example


Text Example

White with #7E485C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,72,92); }

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

background-color css

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

 a { background-color: rgb(126,72,92); }

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

border-color css

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

 span { border-color: rgb(126,72,92); }

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