Html Css Color HEX #7D545D Cosmic

📋 copy color: '#7D545D'

red 125 ◦ green 84 ◦ blue 93

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

Shades of Cosmic #7D545D

Tints of Cosmic #7D545D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 30.79%

R = 41.39%
G = 27.81%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.26

 K value IS 0.51

RGB Variations

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

Color information

#7D545D (or 0x7D545D) is known color: Cosmic. HEX triplet: 7D, 54 and 5D. RGB value is (125,84,93). Sum of RGB (Red+Green+Blue) = 125+84+93=302 (40% of max value = 765). Red value is 125 (49.22% from 255 or 41.39% from 302); Green value is 84 (33.20% from 255 or 27.81% from 302); Blue value is 93 (36.72% from 255 or 30.79% from 302); Max value from RGB is 125 - color contains mainly: red. Hex color #7D545D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D545D is #82ABA2. Grayscale: #616161. Windows color (decimal): -8563619 or 6116477. OLE color: 6116477.

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

Color convert

RGB 125 84 93 -
CMYK 0 0.33 0.26 0.51
HSL 346.83º 0.2% 0.41% -
HSV(B) 346.83º 0.33% 0.49% -
XYZ 13.6 11.49 11.86 -
YUV 97.29 125.58 147.77 -
System Red Green Blue C M Y K H S L
Decimal 125 84 93 0 0.33 0.26 0.51 346.83 0.2 0.41
Hex 7D 54 5D 0 21 1A 33 15B 14 29
Octal 175 124 135 0 41 32 63 533 24 51
Binary 1111101 1010100 1011101 0 100001 11010 110011 101011011 10100 101001

Color Harmonies of #7D545D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D545D

Black with #7D545D

Text Example


Text Example

White with #7D545D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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