Html Css Color HEX #7D446F Cosmic

📋 copy color: '#7D446F'

red 125 ◦ green 68 ◦ blue 111

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

Shades of Cosmic #7D446F

Tints of Cosmic #7D446F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.37%

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

R = 41.12%
G = 22.37%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.11

 K value IS 0.51

RGB Variations

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

Color information

#7D446F (or 0x7D446F) is known color: Cosmic. HEX triplet: 7D, 44 and 6F. RGB value is (125,68,111). Sum of RGB (Red+Green+Blue) = 125+68+111=304 (40% of max value = 765). Red value is 125 (49.22% from 255 or 41.12% from 304); Green value is 68 (26.95% from 255 or 22.37% from 304); Blue value is 111 (43.75% from 255 or 36.51% from 304); Max value from RGB is 125 - color contains mainly: red. Hex color #7D446F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D446F is #82BB90. Grayscale: #595959. Windows color (decimal): -8567697 or 7292029. OLE color: 7292029.

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

Color convert

RGB 125 68 111 -
CMYK 0 0.46 0.11 0.51
HSL 314.74º 0.3% 0.38% -
HSV(B) 314.74º 0.46% 0.49% -
XYZ 13.39 9.64 16.19 -
YUV 89.95 139.88 153 -
System Red Green Blue C M Y K H S L
Decimal 125 68 111 0 0.46 0.11 0.51 314.74 0.3 0.38
Hex 7D 44 6F 0 2E B 33 13B 1E 26
Octal 175 104 157 0 56 13 63 473 36 46
Binary 1111101 1000100 1101111 0 101110 1011 110011 100111011 11110 100110

Color Harmonies of #7D446F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D446F

Black with #7D446F

Text Example


Text Example

White with #7D446F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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