Html Css Color HEX #7D405A Cosmic

📋 copy color: '#7D405A'

red 125 ◦ green 64 ◦ blue 90

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

Shades of Cosmic #7D405A

Tints of Cosmic #7D405A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.94%

 BLUE value IS 90 (35.55% from 255) = 32.26%

R = 44.8%
G = 22.94%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.28

 K value IS 0.51

RGB Variations

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

Color information

#7D405A (or 0x7D405A) is known color: Cosmic. HEX triplet: 7D, 40 and 5A. RGB value is (125,64,90). Sum of RGB (Red+Green+Blue) = 125+64+90=279 (36% of max value = 765). Red value is 125 (49.22% from 255 or 44.80% from 279); Green value is 64 (25.39% from 255 or 22.94% from 279); Blue value is 90 (35.55% from 255 or 32.26% from 279); Max value from RGB is 125 - color contains mainly: red. Hex color #7D405A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D405A is #82BFA5. Grayscale: #555555. Windows color (decimal): -8568742 or 5914749. OLE color: 5914749.

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

Color convert

RGB 125 64 90 -
CMYK 0 0.49 0.28 0.51
HSL 334.43º 0.32% 0.37% -
HSV(B) 334.43º 0.49% 0.49% -
XYZ 12.14 8.76 10.73 -
YUV 85.2 130.71 156.39 -
System Red Green Blue C M Y K H S L
Decimal 125 64 90 0 0.49 0.28 0.51 334.43 0.32 0.37
Hex 7D 40 5A 0 31 1C 33 14E 20 25
Octal 175 100 132 0 61 34 63 516 40 45
Binary 1111101 1000000 1011010 0 110001 11100 110011 101001110 100000 100101

Color Harmonies of #7D405A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D405A

Black with #7D405A

Text Example


Text Example

White with #7D405A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,64,90); }

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

background-color css

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

 a { background-color: rgb(125,64,90); }

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

border-color css

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

 span { border-color: rgb(125,64,90); }

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