Html Css Color HEX #7D3F59 Cosmic

📋 copy color: '#7D3F59'

red 125 ◦ green 63 ◦ blue 89

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

Shades of Cosmic #7D3F59

Tints of Cosmic #7D3F59

RGB

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

 GREEN value IS 63 (25% from 255) = 22.74%

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

R = 45.13%
G = 22.74%
B = 32.13%

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

#7D3F59 (or 0x7D3F59) is known color: Cosmic. HEX triplet: 7D, 3F and 59. RGB value is (125,63,89). Sum of RGB (Red+Green+Blue) = 125+63+89=277 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.13% from 277); Green value is 63 (25% from 255 or 22.74% from 277); Blue value is 89 (35.16% from 255 or 32.13% from 277); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3F59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D3F59 is #82C0A6. Grayscale: #545454. Windows color (decimal): -8568999 or 5848957. OLE color: 5848957.

HSL color Cylindrical-coordinate representation of color #7D3F59: hue angle of 334.84º degrees, saturation: 0.33, 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 #7D3F59 is Cyan = 0, Magento = 0.50, Yellow = 0.29 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 63 89 -
CMYK 0 0.50 0.29 0.51
HSL 334.84º 0.33% 0.37% -
HSV(B) 334.84º 0.5% 0.49% -
XYZ 12.04 8.64 10.48 -
YUV 84.5 130.54 156.89 -
System Red Green Blue C M Y K H S L
Decimal 125 63 89 0 0.50 0.29 0.51 334.84 0.33 0.37
Hex 7D 3F 59 0 32 1D 33 14F 21 25
Octal 175 77 131 0 62 35 63 517 41 45
Binary 1111101 111111 1011001 0 110010 11101 110011 101001111 100001 100101

Color Harmonies of #7D3F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3F59

Black with #7D3F59

Text Example


Text Example

White with #7D3F59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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