Html Css Color HEX #7F4E66 Cosmic

📋 copy color: '#7F4E66'

red 127 ◦ green 78 ◦ blue 102

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

Shades of Cosmic #7F4E66

Tints of Cosmic #7F4E66

RGB

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

 GREEN value IS 78 (30.86% from 255) = 25.41%

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

R = 41.37%
G = 25.41%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.20

 K value IS 0.50

RGB Variations

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

Color information

#7F4E66 (or 0x7F4E66) is known color: Cosmic. HEX triplet: 7F, 4E and 66. RGB value is (127,78,102). Sum of RGB (Red+Green+Blue) = 127+78+102=307 (40% of max value = 765). Red value is 127 (50% from 255 or 41.37% from 307); Green value is 78 (30.86% from 255 or 25.41% from 307); Blue value is 102 (40.23% from 255 or 33.22% from 307); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4E66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F4E66 is #80B199. Grayscale: #5F5F5F. Windows color (decimal): -8434074 or 6704767. OLE color: 6704767.

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

Color convert

RGB 127 78 102 -
CMYK 0 0.39 0.20 0.50
HSL 330.61º 0.24% 0.4% -
HSV(B) 330.61º 0.39% 0.5% -
XYZ 13.88 10.92 13.95 -
YUV 95.39 131.73 150.55 -
System Red Green Blue C M Y K H S L
Decimal 127 78 102 0 0.39 0.20 0.50 330.61 0.24 0.4
Hex 7F 4E 66 0 27 14 32 14B 18 28
Octal 177 116 146 0 47 24 62 513 30 50
Binary 1111111 1001110 1100110 0 100111 10100 110010 101001011 11000 101000

Color Harmonies of #7F4E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F4E66

Black with #7F4E66

Text Example


Text Example

White with #7F4E66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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