Html Css Color HEX #7D4E5F Cosmic

📋 copy color: '#7D4E5F'

red 125 ◦ green 78 ◦ blue 95

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

Shades of Cosmic #7D4E5F

Tints of Cosmic #7D4E5F

RGB

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

 GREEN value IS 78 (30.86% from 255) = 26.17%

 BLUE value IS 95 (37.5% from 255) = 31.88%

R = 41.95%
G = 26.17%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.24

 K value IS 0.51

RGB Variations

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

Color information

#7D4E5F (or 0x7D4E5F) is known color: Cosmic. HEX triplet: 7D, 4E and 5F. RGB value is (125,78,95). Sum of RGB (Red+Green+Blue) = 125+78+95=298 (39% of max value = 765). Red value is 125 (49.22% from 255 or 41.95% from 298); Green value is 78 (30.86% from 255 or 26.17% from 298); Blue value is 95 (37.5% from 255 or 31.88% from 298); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4E5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D4E5F is #82B1A0. Grayscale: #5D5D5D. Windows color (decimal): -8565153 or 6246013. OLE color: 6246013.

HSL color Cylindrical-coordinate representation of color #7D4E5F: hue angle of 338.3º degrees, saturation: 0.23, 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 #7D4E5F is Cyan = 0, Magento = 0.38, Yellow = 0.24 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 78 95 -
CMYK 0 0.38 0.24 0.51
HSL 338.3º 0.23% 0.4% -
HSV(B) 338.3º 0.38% 0.49% -
XYZ 13.25 10.63 12.18 -
YUV 93.99 128.57 150.12 -
System Red Green Blue C M Y K H S L
Decimal 125 78 95 0 0.38 0.24 0.51 338.3 0.23 0.4
Hex 7D 4E 5F 0 26 18 33 152 17 28
Octal 175 116 137 0 46 30 63 522 27 50
Binary 1111101 1001110 1011111 0 100110 11000 110011 101010010 10111 101000

Color Harmonies of #7D4E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4E5F

Black with #7D4E5F

Text Example


Text Example

White with #7D4E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,78,95); }

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

background-color css

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

 a { background-color: rgb(125,78,95); }

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

border-color css

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

 span { border-color: rgb(125,78,95); }

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