Html Css Color HEX #7F5570 Cosmic

📋 copy color: '#7F5570'

red 127 ◦ green 85 ◦ blue 112

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

Shades of Cosmic #7F5570

Tints of Cosmic #7F5570

RGB

 RED value IS 127 (50% from 255) = 39.2%

 GREEN value IS 85 (33.59% from 255) = 26.23%

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

R = 39.2%
G = 26.23%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.12

 K value IS 0.50

RGB Variations

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

Color information

#7F5570 (or 0x7F5570) is known color: Cosmic. HEX triplet: 7F, 55 and 70. RGB value is (127,85,112). Sum of RGB (Red+Green+Blue) = 127+85+112=324 (42% of max value = 765). Red value is 127 (50% from 255 or 39.20% from 324); Green value is 85 (33.59% from 255 or 26.23% from 324); Blue value is 112 (44.14% from 255 or 34.57% from 324); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5570 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5570 is #80AA8F. Grayscale: #646464. Windows color (decimal): -8432272 or 7361919. OLE color: 7361919.

HSL color Cylindrical-coordinate representation of color #7F5570: hue angle of 321.43º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7F5570 is Cyan = 0, Magento = 0.33, Yellow = 0.12 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 85 112 -
CMYK 0 0.33 0.12 0.50
HSL 321.43º 0.2% 0.42% -
HSV(B) 321.43º 0.33% 0.5% -
XYZ 14.93 12.18 16.89 -
YUV 100.64 134.41 146.8 -
System Red Green Blue C M Y K H S L
Decimal 127 85 112 0 0.33 0.12 0.50 321.43 0.2 0.42
Hex 7F 55 70 0 21 C 32 141 14 2A
Octal 177 125 160 0 41 14 62 501 24 52
Binary 1111111 1010101 1110000 0 100001 1100 110010 101000001 10100 101010

Color Harmonies of #7F5570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5570

Black with #7F5570

Text Example


Text Example

White with #7F5570

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,85,112); }

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

background-color css

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

 a { background-color: rgb(127,85,112); }

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

border-color css

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

 span { border-color: rgb(127,85,112); }

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