Html Css Color HEX #7D525D Cosmic

📋 copy color: '#7D525D'

red 125 ◦ green 82 ◦ blue 93

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

Shades of Cosmic #7D525D

Tints of Cosmic #7D525D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.33%

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

R = 41.67%
G = 27.33%
B = 31%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.26

 K value IS 0.51

RGB Variations

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

Color information

#7D525D (or 0x7D525D) is known color: Cosmic. HEX triplet: 7D, 52 and 5D. RGB value is (125,82,93). Sum of RGB (Red+Green+Blue) = 125+82+93=300 (39% of max value = 765). Red value is 125 (49.22% from 255 or 41.67% from 300); Green value is 82 (32.42% from 255 or 27.33% from 300); Blue value is 93 (36.72% from 255 or 31% from 300); Max value from RGB is 125 - color contains mainly: red. Hex color #7D525D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D525D is #82ADA2. Grayscale: #606060. Windows color (decimal): -8564131 or 6115965. OLE color: 6115965.

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

Color convert

RGB 125 82 93 -
CMYK 0 0.34 0.26 0.51
HSL 344.65º 0.21% 0.41% -
HSV(B) 344.65º 0.34% 0.49% -
XYZ 13.45 11.18 11.81 -
YUV 96.11 126.25 148.61 -
System Red Green Blue C M Y K H S L
Decimal 125 82 93 0 0.34 0.26 0.51 344.65 0.21 0.41
Hex 7D 52 5D 0 22 1A 33 159 15 29
Octal 175 122 135 0 42 32 63 531 25 51
Binary 1111101 1010010 1011101 0 100010 11010 110011 101011001 10101 101001

Color Harmonies of #7D525D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D525D

Black with #7D525D

Text Example


Text Example

White with #7D525D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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