Html Css Color HEX #7D4770 Cosmic

📋 copy color: '#7D4770'

red 125 ◦ green 71 ◦ blue 112

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

Shades of Cosmic #7D4770

Tints of Cosmic #7D4770

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.05%

 BLUE value IS 112 (44.14% from 255) = 36.36%

R = 40.58%
G = 23.05%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.10

 K value IS 0.51

RGB Variations

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

Color information

#7D4770 (or 0x7D4770) is known color: Cosmic. HEX triplet: 7D, 47 and 70. RGB value is (125,71,112). Sum of RGB (Red+Green+Blue) = 125+71+112=308 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.58% from 308); Green value is 71 (28.12% from 255 or 23.05% from 308); Blue value is 112 (44.14% from 255 or 36.36% from 308); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4770 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D4770 is #82B88F. Grayscale: #5B5B5B. Windows color (decimal): -8566928 or 7358333. OLE color: 7358333.

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

Color convert

RGB 125 71 112 -
CMYK 0 0.43 0.10 0.51
HSL 314.44º 0.28% 0.38% -
HSV(B) 314.44º 0.43% 0.49% -
XYZ 13.64 10.04 16.55 -
YUV 91.82 139.39 151.67 -
System Red Green Blue C M Y K H S L
Decimal 125 71 112 0 0.43 0.10 0.51 314.44 0.28 0.38
Hex 7D 47 70 0 2B A 33 13A 1C 26
Octal 175 107 160 0 53 12 63 472 34 46
Binary 1111101 1000111 1110000 0 101011 1010 110011 100111010 11100 100110

Color Harmonies of #7D4770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4770

Black with #7D4770

Text Example


Text Example

White with #7D4770

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,71,112); }

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

background-color css

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

 a { background-color: rgb(125,71,112); }

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

border-color css

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

 span { border-color: rgb(125,71,112); }

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