Html Css Color HEX #7D4D59 Cosmic

📋 copy color: '#7D4D59'

red 125 ◦ green 77 ◦ blue 89

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

Shades of Cosmic #7D4D59

Tints of Cosmic #7D4D59

RGB

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

 GREEN value IS 77 (30.47% from 255) = 26.46%

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

R = 42.96%
G = 26.46%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.29

 K value IS 0.51

RGB Variations

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

Color information

#7D4D59 (or 0x7D4D59) is known color: Cosmic. HEX triplet: 7D, 4D and 59. RGB value is (125,77,89). Sum of RGB (Red+Green+Blue) = 125+77+89=291 (38% of max value = 765). Red value is 125 (49.22% from 255 or 42.96% from 291); Green value is 77 (30.47% from 255 or 26.46% from 291); Blue value is 89 (35.16% from 255 or 30.58% from 291); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4D59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D4D59 is #82B2A6. Grayscale: #5C5C5C. Windows color (decimal): -8565415 or 5852541. OLE color: 5852541.

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

Color convert

RGB 125 77 89 -
CMYK 0 0.38 0.29 0.51
HSL 345º 0.24% 0.4% -
HSV(B) 345º 0.38% 0.49% -
XYZ 12.91 10.39 10.78 -
YUV 92.72 125.9 151.02 -
System Red Green Blue C M Y K H S L
Decimal 125 77 89 0 0.38 0.29 0.51 345 0.24 0.4
Hex 7D 4D 59 0 26 1D 33 159 18 28
Octal 175 115 131 0 46 35 63 531 30 50
Binary 1111101 1001101 1011001 0 100110 11101 110011 101011001 11000 101000

Color Harmonies of #7D4D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4D59

Black with #7D4D59

Text Example


Text Example

White with #7D4D59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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