Html Css Color HEX #7C546E Cosmic

📋 copy color: '#7C546E'

red 124 ◦ green 84 ◦ blue 110

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

Shades of Cosmic #7C546E

Tints of Cosmic #7C546E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 34.59%

R = 38.99%
G = 26.42%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.11

 K value IS 0.51

RGB Variations

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

Color information

#7C546E (or 0x7C546E) is known color: Cosmic. HEX triplet: 7C, 54 and 6E. RGB value is (124,84,110). Sum of RGB (Red+Green+Blue) = 124+84+110=318 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.99% from 318); Green value is 84 (33.20% from 255 or 26.42% from 318); Blue value is 110 (43.36% from 255 or 34.59% from 318); Max value from RGB is 124 - color contains mainly: red. Hex color #7C546E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C546E is #83AB91. Grayscale: #626262. Windows color (decimal): -8629138 or 7230588. OLE color: 7230588.

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

Color convert

RGB 124 84 110 -
CMYK 0 0.32 0.11 0.51
HSL 321º 0.19% 0.41% -
HSV(B) 321º 0.32% 0.49% -
XYZ 14.3 11.75 16.27 -
YUV 98.92 134.25 145.89 -
System Red Green Blue C M Y K H S L
Decimal 124 84 110 0 0.32 0.11 0.51 321 0.19 0.41
Hex 7C 54 6E 0 20 B 33 141 13 29
Octal 174 124 156 0 40 13 63 501 23 51
Binary 1111100 1010100 1101110 0 100000 1011 110011 101000001 10011 101001

Color Harmonies of #7C546E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C546E

Black with #7C546E

Text Example


Text Example

White with #7C546E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,84,110); }

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

background-color css

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

 a { background-color: rgb(124,84,110); }

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

border-color css

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

 span { border-color: rgb(124,84,110); }

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