Html Css Color HEX #7F4666 Cosmic

📋 copy color: '#7F4666'

red 127 ◦ green 70 ◦ blue 102

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

Shades of Cosmic #7F4666

Tints of Cosmic #7F4666

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 34.11%

R = 42.47%
G = 23.41%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.20

 K value IS 0.50

RGB Variations

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

Color information

#7F4666 (or 0x7F4666) is known color: Cosmic. HEX triplet: 7F, 46 and 66. RGB value is (127,70,102). Sum of RGB (Red+Green+Blue) = 127+70+102=299 (39% of max value = 765). Red value is 127 (50% from 255 or 42.47% from 299); Green value is 70 (27.73% from 255 or 23.41% from 299); Blue value is 102 (40.23% from 255 or 34.11% from 299); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4666 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F4666 is #80B999. Grayscale: #5A5A5A. Windows color (decimal): -8436122 or 6702719. OLE color: 6702719.

HSL color Cylindrical-coordinate representation of color #7F4666: hue angle of 326.32º 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 #7F4666 is Cyan = 0, Magento = 0.45, Yellow = 0.20 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 70 102 -
CMYK 0 0.45 0.20 0.50
HSL 326.32º 0.29% 0.39% -
HSV(B) 326.32º 0.45% 0.5% -
XYZ 13.34 9.85 13.77 -
YUV 90.69 134.38 153.9 -
System Red Green Blue C M Y K H S L
Decimal 127 70 102 0 0.45 0.20 0.50 326.32 0.29 0.39
Hex 7F 46 66 0 2D 14 32 146 1D 27
Octal 177 106 146 0 55 24 62 506 35 47
Binary 1111111 1000110 1100110 0 101101 10100 110010 101000110 11101 100111

Color Harmonies of #7F4666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F4666

Black with #7F4666

Text Example


Text Example

White with #7F4666

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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