Html Css Color HEX #7D515F Cosmic

📋 copy color: '#7D515F'

red 125 ◦ green 81 ◦ blue 95

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

Shades of Cosmic #7D515F

Tints of Cosmic #7D515F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.91%

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

R = 41.53%
G = 26.91%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.24

 K value IS 0.51

RGB Variations

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

Color information

#7D515F (or 0x7D515F) is known color: Cosmic. HEX triplet: 7D, 51 and 5F. RGB value is (125,81,95). Sum of RGB (Red+Green+Blue) = 125+81+95=301 (39% of max value = 765). Red value is 125 (49.22% from 255 or 41.53% from 301); Green value is 81 (32.03% from 255 or 26.91% from 301); Blue value is 95 (37.5% from 255 or 31.56% from 301); Max value from RGB is 125 - color contains mainly: red. Hex color #7D515F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D515F is #82AEA0. Grayscale: #5F5F5F. Windows color (decimal): -8564385 or 6246781. OLE color: 6246781.

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

Color convert

RGB 125 81 95 -
CMYK 0 0.35 0.24 0.51
HSL 340.91º 0.21% 0.4% -
HSV(B) 340.91º 0.35% 0.49% -
XYZ 13.47 11.07 12.25 -
YUV 95.75 127.58 148.86 -
System Red Green Blue C M Y K H S L
Decimal 125 81 95 0 0.35 0.24 0.51 340.91 0.21 0.4
Hex 7D 51 5F 0 23 18 33 155 15 28
Octal 175 121 137 0 43 30 63 525 25 50
Binary 1111101 1010001 1011111 0 100011 11000 110011 101010101 10101 101000

Color Harmonies of #7D515F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D515F

Black with #7D515F

Text Example


Text Example

White with #7D515F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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