Html Css Color HEX #7D406C Cosmic

📋 copy color: '#7D406C'

red 125 ◦ green 64 ◦ blue 108

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

Shades of Cosmic #7D406C

Tints of Cosmic #7D406C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 36.36%

R = 42.09%
G = 21.55%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.14

 K value IS 0.51

RGB Variations

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

Color information

#7D406C (or 0x7D406C) is known color: Cosmic. HEX triplet: 7D, 40 and 6C. RGB value is (125,64,108). Sum of RGB (Red+Green+Blue) = 125+64+108=297 (39% of max value = 765). Red value is 125 (49.22% from 255 or 42.09% from 297); Green value is 64 (25.39% from 255 or 21.55% from 297); Blue value is 108 (42.58% from 255 or 36.36% from 297); Max value from RGB is 125 - color contains mainly: red. Hex color #7D406C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D406C is #82BF93. Grayscale: #575757. Windows color (decimal): -8568724 or 7094397. OLE color: 7094397.

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

Color convert

RGB 125 64 108 -
CMYK 0 0.49 0.14 0.51
HSL 316.72º 0.32% 0.37% -
HSV(B) 316.72º 0.49% 0.49% -
XYZ 13 9.11 15.26 -
YUV 87.26 139.71 154.92 -
System Red Green Blue C M Y K H S L
Decimal 125 64 108 0 0.49 0.14 0.51 316.72 0.32 0.37
Hex 7D 40 6C 0 31 E 33 13D 20 25
Octal 175 100 154 0 61 16 63 475 40 45
Binary 1111101 1000000 1101100 0 110001 1110 110011 100111101 100000 100101

Color Harmonies of #7D406C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D406C

Black with #7D406C

Text Example


Text Example

White with #7D406C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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