Html Css Color HEX #7D3E59 Cosmic

📋 copy color: '#7D3E59'

red 125 ◦ green 62 ◦ blue 89

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

Shades of Cosmic #7D3E59

Tints of Cosmic #7D3E59

RGB

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

 GREEN value IS 62 (24.61% from 255) = 22.46%

 BLUE value IS 89 (35.16% from 255) = 32.25%

R = 45.29%
G = 22.46%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.29

 K value IS 0.51

RGB Variations

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

Color information

#7D3E59 (or 0x7D3E59) is known color: Cosmic. HEX triplet: 7D, 3E and 59. RGB value is (125,62,89). Sum of RGB (Red+Green+Blue) = 125+62+89=276 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.29% from 276); Green value is 62 (24.61% from 255 or 22.46% from 276); Blue value is 89 (35.16% from 255 or 32.25% from 276); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3E59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D3E59 is #82C1A6. Grayscale: #535353. Windows color (decimal): -8569255 or 5848701. OLE color: 5848701.

HSL color Cylindrical-coordinate representation of color #7D3E59: hue angle of 334.29º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7D3E59 is Cyan = 0, Magento = 0.50, Yellow = 0.29 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 62 89 -
CMYK 0 0.50 0.29 0.51
HSL 334.29º 0.34% 0.37% -
HSV(B) 334.29º 0.5% 0.49% -
XYZ 11.98 8.53 10.47 -
YUV 83.92 130.87 157.3 -
System Red Green Blue C M Y K H S L
Decimal 125 62 89 0 0.50 0.29 0.51 334.29 0.34 0.37
Hex 7D 3E 59 0 32 1D 33 14E 22 25
Octal 175 76 131 0 62 35 63 516 42 45
Binary 1111101 111110 1011001 0 110010 11101 110011 101001110 100010 100101

Color Harmonies of #7D3E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3E59

Black with #7D3E59

Text Example


Text Example

White with #7D3E59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,62,89); }

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

background-color css

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

 a { background-color: rgb(125,62,89); }

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

border-color css

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

 span { border-color: rgb(125,62,89); }

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