Html Css Color HEX #7F5166 Cosmic

📋 copy color: '#7F5166'

red 127 ◦ green 81 ◦ blue 102

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

Shades of Cosmic #7F5166

Tints of Cosmic #7F5166

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.13%

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

R = 40.97%
G = 26.13%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.20

 K value IS 0.50

RGB Variations

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

Color information

#7F5166 (or 0x7F5166) is known color: Cosmic. HEX triplet: 7F, 51 and 66. RGB value is (127,81,102). Sum of RGB (Red+Green+Blue) = 127+81+102=310 (41% of max value = 765). Red value is 127 (50% from 255 or 40.97% from 310); Green value is 81 (32.03% from 255 or 26.13% from 310); Blue value is 102 (40.23% from 255 or 32.90% from 310); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5166 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5166 is #80AE99. Grayscale: #616161. Windows color (decimal): -8433306 or 6705535. OLE color: 6705535.

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

Color convert

RGB 127 81 102 -
CMYK 0 0.36 0.20 0.50
HSL 332.61º 0.22% 0.41% -
HSV(B) 332.61º 0.36% 0.5% -
XYZ 14.09 11.36 14.02 -
YUV 97.15 130.74 149.29 -
System Red Green Blue C M Y K H S L
Decimal 127 81 102 0 0.36 0.20 0.50 332.61 0.22 0.41
Hex 7F 51 66 0 24 14 32 14D 16 29
Octal 177 121 146 0 44 24 62 515 26 51
Binary 1111111 1010001 1100110 0 100100 10100 110010 101001101 10110 101001

Color Harmonies of #7F5166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5166

Black with #7F5166

Text Example


Text Example

White with #7F5166

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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