Html Css Color HEX #7D406B Cosmic

📋 copy color: '#7D406B'

red 125 ◦ green 64 ◦ blue 107

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

Shades of Cosmic #7D406B

Tints of Cosmic #7D406B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 36.15%

R = 42.23%
G = 21.62%
B = 36.15%

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

#7D406B (or 0x7D406B) is known color: Cosmic. HEX triplet: 7D, 40 and 6B. RGB value is (125,64,107). Sum of RGB (Red+Green+Blue) = 125+64+107=296 (39% of max value = 765). Red value is 125 (49.22% from 255 or 42.23% from 296); Green value is 64 (25.39% from 255 or 21.62% from 296); Blue value is 107 (42.19% from 255 or 36.15% from 296); Max value from RGB is 125 - color contains mainly: red. Hex color #7D406B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D406B is #82BF94. Grayscale: #575757. Windows color (decimal): -8568725 or 7028861. OLE color: 7028861.

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

Color convert

RGB 125 64 107 -
CMYK 0 0.49 0.14 0.51
HSL 317.7º 0.32% 0.37% -
HSV(B) 317.7º 0.49% 0.49% -
XYZ 12.94 9.09 14.98 -
YUV 87.14 139.21 155 -
System Red Green Blue C M Y K H S L
Decimal 125 64 107 0 0.49 0.14 0.51 317.7 0.32 0.37
Hex 7D 40 6B 0 31 E 33 13E 20 25
Octal 175 100 153 0 61 16 63 476 40 45
Binary 1111101 1000000 1101011 0 110001 1110 110011 100111110 100000 100101

Color Harmonies of #7D406B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D406B

Black with #7D406B

Text Example


Text Example

White with #7D406B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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