Html Css Color HEX #7D515D Cosmic

📋 copy color: '#7D515D'

red 125 ◦ green 81 ◦ blue 93

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

Shades of Cosmic #7D515D

Tints of Cosmic #7D515D

RGB

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

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

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

R = 41.81%
G = 27.09%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.26

 K value IS 0.51

RGB Variations

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

Color information

#7D515D (or 0x7D515D) is known color: Cosmic. HEX triplet: 7D, 51 and 5D. RGB value is (125,81,93). Sum of RGB (Red+Green+Blue) = 125+81+93=299 (39% of max value = 765). Red value is 125 (49.22% from 255 or 41.81% from 299); Green value is 81 (32.03% from 255 or 27.09% from 299); Blue value is 93 (36.72% from 255 or 31.10% from 299); Max value from RGB is 125 - color contains mainly: red. Hex color #7D515D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D515D is #82AEA2. Grayscale: #5F5F5F. Windows color (decimal): -8564387 or 6115709. OLE color: 6115709.

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

Color convert

RGB 125 81 93 -
CMYK 0 0.35 0.26 0.51
HSL 343.64º 0.21% 0.4% -
HSV(B) 343.64º 0.35% 0.49% -
XYZ 13.38 11.04 11.78 -
YUV 95.52 126.58 149.02 -
System Red Green Blue C M Y K H S L
Decimal 125 81 93 0 0.35 0.26 0.51 343.64 0.21 0.4
Hex 7D 51 5D 0 23 1A 33 158 15 28
Octal 175 121 135 0 43 32 63 530 25 50
Binary 1111101 1010001 1011101 0 100011 11010 110011 101011000 10101 101000

Color Harmonies of #7D515D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D515D

Black with #7D515D

Text Example


Text Example

White with #7D515D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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