Html Css Color HEX #7D525F Cosmic

📋 copy color: '#7D525F'

red 125 ◦ green 82 ◦ blue 95

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

Shades of Cosmic #7D525F

Tints of Cosmic #7D525F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 31.46%

R = 41.39%
G = 27.15%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.24

 K value IS 0.51

RGB Variations

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

Color information

#7D525F (or 0x7D525F) is known color: Cosmic. HEX triplet: 7D, 52 and 5F. RGB value is (125,82,95). Sum of RGB (Red+Green+Blue) = 125+82+95=302 (40% of max value = 765). Red value is 125 (49.22% from 255 or 41.39% from 302); Green value is 82 (32.42% from 255 or 27.15% from 302); Blue value is 95 (37.5% from 255 or 31.46% from 302); Max value from RGB is 125 - color contains mainly: red. Hex color #7D525F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D525F is #82ADA0. Grayscale: #606060. Windows color (decimal): -8564129 or 6247037. OLE color: 6247037.

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

Color convert

RGB 125 82 95 -
CMYK 0 0.34 0.24 0.51
HSL 341.86º 0.21% 0.41% -
HSV(B) 341.86º 0.34% 0.49% -
XYZ 13.54 11.22 12.28 -
YUV 96.34 127.25 148.44 -
System Red Green Blue C M Y K H S L
Decimal 125 82 95 0 0.34 0.24 0.51 341.86 0.21 0.41
Hex 7D 52 5F 0 22 18 33 156 15 29
Octal 175 122 137 0 42 30 63 526 25 51
Binary 1111101 1010010 1011111 0 100010 11000 110011 101010110 10101 101001

Color Harmonies of #7D525F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D525F

Black with #7D525F

Text Example


Text Example

White with #7D525F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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