Html Css Color HEX #7D4857 Cosmic

📋 copy color: '#7D4857'

red 125 ◦ green 72 ◦ blue 87

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

Shades of Cosmic #7D4857

Tints of Cosmic #7D4857

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 30.63%

R = 44.01%
G = 25.35%
B = 30.63%

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

#7D4857 (or 0x7D4857) is known color: Cosmic. HEX triplet: 7D, 48 and 57. RGB value is (125,72,87). Sum of RGB (Red+Green+Blue) = 125+72+87=284 (37% of max value = 765). Red value is 125 (49.22% from 255 or 44.01% from 284); Green value is 72 (28.52% from 255 or 25.35% from 284); Blue value is 87 (34.38% from 255 or 30.63% from 284); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4857 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D4857 is #82B7A8. Grayscale: #595959. Windows color (decimal): -8566697 or 5720189. OLE color: 5720189.

HSL color Cylindrical-coordinate representation of color #7D4857: hue angle of 343.02º 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 #7D4857 is Cyan = 0, Magento = 0.42, Yellow = 0.30 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 72 87 -
CMYK 0 0.42 0.30 0.51
HSL 343.02º 0.27% 0.39% -
HSV(B) 343.02º 0.42% 0.49% -
XYZ 12.5 9.68 10.23 -
YUV 89.56 126.56 153.28 -
System Red Green Blue C M Y K H S L
Decimal 125 72 87 0 0.42 0.30 0.51 343.02 0.27 0.39
Hex 7D 48 57 0 2A 1E 33 157 1B 27
Octal 175 110 127 0 52 36 63 527 33 47
Binary 1111101 1001000 1010111 0 101010 11110 110011 101010111 11011 100111

Color Harmonies of #7D4857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4857

Black with #7D4857

Text Example


Text Example

White with #7D4857

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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