Html Css Color HEX #7D3D5E Cosmic

📋 copy color: '#7D3D5E'

red 125 ◦ green 61 ◦ blue 94

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

Shades of Cosmic #7D3D5E

Tints of Cosmic #7D3D5E

RGB

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

 GREEN value IS 61 (24.22% from 255) = 21.79%

 BLUE value IS 94 (37.11% from 255) = 33.57%

R = 44.64%
G = 21.79%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.25

 K value IS 0.51

RGB Variations

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

Color information

#7D3D5E (or 0x7D3D5E) is known color: Cosmic. HEX triplet: 7D, 3D and 5E. RGB value is (125,61,94). Sum of RGB (Red+Green+Blue) = 125+61+94=280 (37% of max value = 765). Red value is 125 (49.22% from 255 or 44.64% from 280); Green value is 61 (24.22% from 255 or 21.79% from 280); Blue value is 94 (37.11% from 255 or 33.57% from 280); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3D5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D3D5E is #82C2A1. Grayscale: #535353. Windows color (decimal): -8569506 or 6176125. OLE color: 6176125.

HSL color Cylindrical-coordinate representation of color #7D3D5E: hue angle of 329.06º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7D3D5E is Cyan = 0, Magento = 0.51, Yellow = 0.25 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 61 94 -
CMYK 0 0.51 0.25 0.51
HSL 329.06º 0.34% 0.36% -
HSV(B) 329.06º 0.51% 0.49% -
XYZ 12.15 8.51 11.59 -
YUV 83.9 133.7 157.32 -
System Red Green Blue C M Y K H S L
Decimal 125 61 94 0 0.51 0.25 0.51 329.06 0.34 0.36
Hex 7D 3D 5E 0 33 19 33 149 22 24
Octal 175 75 136 0 63 31 63 511 42 44
Binary 1111101 111101 1011110 0 110011 11001 110011 101001001 100010 100100

Color Harmonies of #7D3D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3D5E

Black with #7D3D5E

Text Example


Text Example

White with #7D3D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,61,94); }

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

background-color css

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

 a { background-color: rgb(125,61,94); }

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

border-color css

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

 span { border-color: rgb(125,61,94); }

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