Html Css Color HEX #7D4F61 Cosmic

📋 copy color: '#7D4F61'

red 125 ◦ green 79 ◦ blue 97

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

Shades of Cosmic #7D4F61

Tints of Cosmic #7D4F61

RGB

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

 GREEN value IS 79 (31.25% from 255) = 26.25%

 BLUE value IS 97 (38.28% from 255) = 32.23%

R = 41.53%
G = 26.25%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.22

 K value IS 0.51

RGB Variations

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

Color information

#7D4F61 (or 0x7D4F61) is known color: Cosmic. HEX triplet: 7D, 4F and 61. RGB value is (125,79,97). Sum of RGB (Red+Green+Blue) = 125+79+97=301 (39% of max value = 765). Red value is 125 (49.22% from 255 or 41.53% from 301); Green value is 79 (31.25% from 255 or 26.25% from 301); Blue value is 97 (38.28% from 255 or 32.23% from 301); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4F61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D4F61 is #82B09E. Grayscale: #5E5E5E. Windows color (decimal): -8564895 or 6377341. OLE color: 6377341.

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

Color convert

RGB 125 79 97 -
CMYK 0 0.37 0.22 0.51
HSL 336.52º 0.23% 0.4% -
HSV(B) 336.52º 0.37% 0.49% -
XYZ 13.41 10.82 12.69 -
YUV 94.81 129.24 149.54 -
System Red Green Blue C M Y K H S L
Decimal 125 79 97 0 0.37 0.22 0.51 336.52 0.23 0.4
Hex 7D 4F 61 0 25 16 33 151 17 28
Octal 175 117 141 0 45 26 63 521 27 50
Binary 1111101 1001111 1100001 0 100101 10110 110011 101010001 10111 101000

Color Harmonies of #7D4F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4F61

Black with #7D4F61

Text Example


Text Example

White with #7D4F61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,79,97); }

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

background-color css

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

 a { background-color: rgb(125,79,97); }

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

border-color css

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

 span { border-color: rgb(125,79,97); }

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