Html Css Color HEX #7D4F59 Cosmic

📋 copy color: '#7D4F59'

red 125 ◦ green 79 ◦ blue 89

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

Shades of Cosmic #7D4F59

Tints of Cosmic #7D4F59

RGB

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

 GREEN value IS 79 (31.25% from 255) = 26.96%

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

R = 42.66%
G = 26.96%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.29

 K value IS 0.51

RGB Variations

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

Color information

#7D4F59 (or 0x7D4F59) is known color: Cosmic. HEX triplet: 7D, 4F and 59. RGB value is (125,79,89). Sum of RGB (Red+Green+Blue) = 125+79+89=293 (38% of max value = 765). Red value is 125 (49.22% from 255 or 42.66% from 293); Green value is 79 (31.25% from 255 or 26.96% from 293); Blue value is 89 (35.16% from 255 or 30.38% from 293); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4F59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D4F59 is #82B0A6. Grayscale: #5D5D5D. Windows color (decimal): -8564903 or 5853053. OLE color: 5853053.

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

Color convert

RGB 125 79 89 -
CMYK 0 0.37 0.29 0.51
HSL 346.96º 0.23% 0.4% -
HSV(B) 346.96º 0.37% 0.49% -
XYZ 13.06 10.67 10.82 -
YUV 93.89 125.24 150.19 -
System Red Green Blue C M Y K H S L
Decimal 125 79 89 0 0.37 0.29 0.51 346.96 0.23 0.4
Hex 7D 4F 59 0 25 1D 33 15B 17 28
Octal 175 117 131 0 45 35 63 533 27 50
Binary 1111101 1001111 1011001 0 100101 11101 110011 101011011 10111 101000

Color Harmonies of #7D4F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4F59

Black with #7D4F59

Text Example


Text Example

White with #7D4F59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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