Html Css Color HEX #7D4858 Cosmic

📋 copy color: '#7D4858'

red 125 ◦ green 72 ◦ blue 88

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

Shades of Cosmic #7D4858

Tints of Cosmic #7D4858

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.26%

 BLUE value IS 88 (34.77% from 255) = 30.88%

R = 43.86%
G = 25.26%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.30

 K value IS 0.51

RGB Variations

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

Color information

#7D4858 (or 0x7D4858) is known color: Cosmic. HEX triplet: 7D, 48 and 58. RGB value is (125,72,88). Sum of RGB (Red+Green+Blue) = 125+72+88=285 (37% of max value = 765). Red value is 125 (49.22% from 255 or 43.86% from 285); Green value is 72 (28.52% from 255 or 25.26% from 285); Blue value is 88 (34.77% from 255 or 30.88% from 285); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4858 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D4858 is #82B7A7. Grayscale: #595959. Windows color (decimal): -8566696 or 5785725. OLE color: 5785725.

HSL color Cylindrical-coordinate representation of color #7D4858: hue angle of 341.89º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7D4858 is Cyan = 0, Magento = 0.42, Yellow = 0.30 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 72 88 -
CMYK 0 0.42 0.30 0.51
HSL 341.89º 0.27% 0.39% -
HSV(B) 341.89º 0.42% 0.49% -
XYZ 12.54 9.7 10.44 -
YUV 89.67 127.06 153.2 -
System Red Green Blue C M Y K H S L
Decimal 125 72 88 0 0.42 0.30 0.51 341.89 0.27 0.39
Hex 7D 48 58 0 2A 1E 33 156 1B 27
Octal 175 110 130 0 52 36 63 526 33 47
Binary 1111101 1001000 1011000 0 101010 11110 110011 101010110 11011 100111

Color Harmonies of #7D4858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4858

Black with #7D4858

Text Example


Text Example

White with #7D4858

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,72,88); }

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

background-color css

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

 a { background-color: rgb(125,72,88); }

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

border-color css

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

 span { border-color: rgb(125,72,88); }

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