Html Css Color HEX #7F4663 Cosmic

📋 copy color: '#7F4663'

red 127 ◦ green 70 ◦ blue 99

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

Shades of Cosmic #7F4663

Tints of Cosmic #7F4663

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.65%

 BLUE value IS 99 (39.06% from 255) = 33.45%

R = 42.91%
G = 23.65%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.22

 K value IS 0.50

RGB Variations

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

Color information

#7F4663 (or 0x7F4663) is known color: Cosmic. HEX triplet: 7F, 46 and 63. RGB value is (127,70,99). Sum of RGB (Red+Green+Blue) = 127+70+99=296 (39% of max value = 765). Red value is 127 (50% from 255 or 42.91% from 296); Green value is 70 (27.73% from 255 or 23.65% from 296); Blue value is 99 (39.06% from 255 or 33.45% from 296); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4663 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F4663 is #80B99C. Grayscale: #5A5A5A. Windows color (decimal): -8436125 or 6506111. OLE color: 6506111.

HSL color Cylindrical-coordinate representation of color #7F4663: hue angle of 329.47º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7F4663 is Cyan = 0, Magento = 0.45, Yellow = 0.22 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 70 99 -
CMYK 0 0.45 0.22 0.50
HSL 329.47º 0.29% 0.39% -
HSV(B) 329.47º 0.45% 0.5% -
XYZ 13.19 9.79 13 -
YUV 90.35 132.88 154.14 -
System Red Green Blue C M Y K H S L
Decimal 127 70 99 0 0.45 0.22 0.50 329.47 0.29 0.39
Hex 7F 46 63 0 2D 16 32 149 1D 27
Octal 177 106 143 0 55 26 62 511 35 47
Binary 1111111 1000110 1100011 0 101101 10110 110010 101001001 11101 100111

Color Harmonies of #7F4663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F4663

Black with #7F4663

Text Example


Text Example

White with #7F4663

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,70,99); }

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

background-color css

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

 a { background-color: rgb(127,70,99); }

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

border-color css

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

 span { border-color: rgb(127,70,99); }

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