Html Css Color HEX #7D515E Cosmic

📋 copy color: '#7D515E'

red 125 ◦ green 81 ◦ blue 94

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

Shades of Cosmic #7D515E

Tints of Cosmic #7D515E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 31.33%

R = 41.67%
G = 27%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.25

 K value IS 0.51

RGB Variations

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

Color information

#7D515E (or 0x7D515E) is known color: Cosmic. HEX triplet: 7D, 51 and 5E. RGB value is (125,81,94). Sum of RGB (Red+Green+Blue) = 125+81+94=300 (39% of max value = 765). Red value is 125 (49.22% from 255 or 41.67% from 300); Green value is 81 (32.03% from 255 or 27% from 300); Blue value is 94 (37.11% from 255 or 31.33% from 300); Max value from RGB is 125 - color contains mainly: red. Hex color #7D515E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D515E is #82AEA1. Grayscale: #5F5F5F. Windows color (decimal): -8564386 or 6181245. OLE color: 6181245.

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

Color convert

RGB 125 81 94 -
CMYK 0 0.35 0.25 0.51
HSL 342.27º 0.21% 0.4% -
HSV(B) 342.27º 0.35% 0.49% -
XYZ 13.42 11.05 12.02 -
YUV 95.64 127.08 148.94 -
System Red Green Blue C M Y K H S L
Decimal 125 81 94 0 0.35 0.25 0.51 342.27 0.21 0.4
Hex 7D 51 5E 0 23 19 33 156 15 28
Octal 175 121 136 0 43 31 63 526 25 50
Binary 1111101 1010001 1011110 0 100011 11001 110011 101010110 10101 101000

Color Harmonies of #7D515E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D515E

Black with #7D515E

Text Example


Text Example

White with #7D515E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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