Html Css Color HEX #7E546A Cosmic

📋 copy color: '#7E546A'

red 126 ◦ green 84 ◦ blue 106

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

Shades of Cosmic #7E546A

Tints of Cosmic #7E546A

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.58%

 BLUE value IS 106 (41.8% from 255) = 33.54%

R = 39.87%
G = 26.58%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.16

 K value IS 0.51

RGB Variations

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

Color information

#7E546A (or 0x7E546A) is known color: Cosmic. HEX triplet: 7E, 54 and 6A. RGB value is (126,84,106). Sum of RGB (Red+Green+Blue) = 126+84+106=316 (41% of max value = 765). Red value is 126 (49.61% from 255 or 39.87% from 316); Green value is 84 (33.20% from 255 or 26.58% from 316); Blue value is 106 (41.80% from 255 or 33.54% from 316); Max value from RGB is 126 - color contains mainly: red. Hex color #7E546A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E546A is #81AB95. Grayscale: #636363. Windows color (decimal): -8498070 or 6968446. OLE color: 6968446.

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

Color convert

RGB 126 84 106 -
CMYK 0 0.33 0.16 0.51
HSL 328.57º 0.2% 0.41% -
HSV(B) 328.57º 0.33% 0.49% -
XYZ 14.38 11.82 15.16 -
YUV 99.07 131.91 147.21 -
System Red Green Blue C M Y K H S L
Decimal 126 84 106 0 0.33 0.16 0.51 328.57 0.2 0.41
Hex 7E 54 6A 0 21 10 33 149 14 29
Octal 176 124 152 0 41 20 63 511 24 51
Binary 1111110 1010100 1101010 0 100001 10000 110011 101001001 10100 101001

Color Harmonies of #7E546A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E546A

Black with #7E546A

Text Example


Text Example

White with #7E546A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,84,106); }

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

background-color css

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

 a { background-color: rgb(126,84,106); }

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

border-color css

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

 span { border-color: rgb(126,84,106); }

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