Html Css Color HEX #7D426F Cosmic

📋 copy color: '#7D426F'

red 125 ◦ green 66 ◦ blue 111

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

Shades of Cosmic #7D426F

Tints of Cosmic #7D426F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.85%

 BLUE value IS 111 (43.75% from 255) = 36.75%

R = 41.39%
G = 21.85%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.11

 K value IS 0.51

RGB Variations

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

Color information

#7D426F (or 0x7D426F) is known color: Cosmic. HEX triplet: 7D, 42 and 6F. RGB value is (125,66,111). Sum of RGB (Red+Green+Blue) = 125+66+111=302 (40% of max value = 765). Red value is 125 (49.22% from 255 or 41.39% from 302); Green value is 66 (26.17% from 255 or 21.85% from 302); Blue value is 111 (43.75% from 255 or 36.75% from 302); Max value from RGB is 125 - color contains mainly: red. Hex color #7D426F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D426F is #82BD90. Grayscale: #585858. Windows color (decimal): -8568209 or 7291517. OLE color: 7291517.

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

Color convert

RGB 125 66 111 -
CMYK 0 0.47 0.11 0.51
HSL 314.24º 0.31% 0.37% -
HSV(B) 314.24º 0.47% 0.49% -
XYZ 13.27 9.4 16.15 -
YUV 88.77 140.55 153.84 -
System Red Green Blue C M Y K H S L
Decimal 125 66 111 0 0.47 0.11 0.51 314.24 0.31 0.37
Hex 7D 42 6F 0 2F B 33 13A 1F 25
Octal 175 102 157 0 57 13 63 472 37 45
Binary 1111101 1000010 1101111 0 101111 1011 110011 100111010 11111 100101

Color Harmonies of #7D426F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D426F

Black with #7D426F

Text Example


Text Example

White with #7D426F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,66,111); }

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

background-color css

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

 a { background-color: rgb(125,66,111); }

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

border-color css

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

 span { border-color: rgb(125,66,111); }

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