Html Css Color HEX #7D546B Cosmic

📋 copy color: '#7D546B'

red 125 ◦ green 84 ◦ blue 107

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

Shades of Cosmic #7D546B

Tints of Cosmic #7D546B

RGB

 RED value IS 125 (49.22% from 255) = 39.56%

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

 BLUE value IS 107 (42.19% from 255) = 33.86%

R = 39.56%
G = 26.58%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.14

 K value IS 0.51

RGB Variations

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

Color information

#7D546B (or 0x7D546B) is known color: Cosmic. HEX triplet: 7D, 54 and 6B. RGB value is (125,84,107). Sum of RGB (Red+Green+Blue) = 125+84+107=316 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.56% from 316); Green value is 84 (33.20% from 255 or 26.58% from 316); Blue value is 107 (42.19% from 255 or 33.86% from 316); Max value from RGB is 125 - color contains mainly: red. Hex color #7D546B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D546B is #82AB94. Grayscale: #626262. Windows color (decimal): -8563605 or 7033981. OLE color: 7033981.

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

Color convert

RGB 125 84 107 -
CMYK 0 0.33 0.14 0.51
HSL 326.34º 0.2% 0.41% -
HSV(B) 326.34º 0.33% 0.49% -
XYZ 14.28 11.76 15.43 -
YUV 98.88 132.58 146.63 -
System Red Green Blue C M Y K H S L
Decimal 125 84 107 0 0.33 0.14 0.51 326.34 0.2 0.41
Hex 7D 54 6B 0 21 E 33 146 14 29
Octal 175 124 153 0 41 16 63 506 24 51
Binary 1111101 1010100 1101011 0 100001 1110 110011 101000110 10100 101001

Color Harmonies of #7D546B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D546B

Black with #7D546B

Text Example


Text Example

White with #7D546B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,84,107); }

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

background-color css

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

 a { background-color: rgb(125,84,107); }

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

border-color css

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

 span { border-color: rgb(125,84,107); }

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