Html Css Color HEX #7D4757 Cosmic

📋 copy color: '#7D4757'

red 125 ◦ green 71 ◦ blue 87

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

Shades of Cosmic #7D4757

Tints of Cosmic #7D4757

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25.09%

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

R = 44.17%
G = 25.09%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.30

 K value IS 0.51

RGB Variations

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

Color information

#7D4757 (or 0x7D4757) is known color: Cosmic. HEX triplet: 7D, 47 and 57. RGB value is (125,71,87). Sum of RGB (Red+Green+Blue) = 125+71+87=283 (37% of max value = 765). Red value is 125 (49.22% from 255 or 44.17% from 283); Green value is 71 (28.12% from 255 or 25.09% from 283); Blue value is 87 (34.38% from 255 or 30.74% from 283); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4757 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D4757 is #82B8A8. Grayscale: #585858. Windows color (decimal): -8566953 or 5719933. OLE color: 5719933.

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

Color convert

RGB 125 71 87 -
CMYK 0 0.43 0.30 0.51
HSL 342.22º 0.28% 0.38% -
HSV(B) 342.22º 0.43% 0.49% -
XYZ 12.43 9.55 10.21 -
YUV 88.97 126.89 153.7 -
System Red Green Blue C M Y K H S L
Decimal 125 71 87 0 0.43 0.30 0.51 342.22 0.28 0.38
Hex 7D 47 57 0 2B 1E 33 156 1C 26
Octal 175 107 127 0 53 36 63 526 34 46
Binary 1111101 1000111 1010111 0 101011 11110 110011 101010110 11100 100110

Color Harmonies of #7D4757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4757

Black with #7D4757

Text Example


Text Example

White with #7D4757

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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