#765166

Color #765166 Cosmic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cosmic #765166

Tints of Cosmic #765166

Color information

#765166 (or 0x765166) is unknown color: approx Cosmic. HEX triplet: 76, 51 and 66. RGB value is (118,81,102). Sum of RGB (Red+Green+Blue) = 118+81+102=301 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.20% from 301); Green value is 81 (32.03% from 255 or 26.91% from 301); Blue value is 102 (40.23% from 255 or 33.89% from 301); Max value from RGB is 118 - color contains mainly: red. Hex color #765166 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765166 is #89AE99. Grayscale: #5E5E5E. Windows color (decimal): -9023130 or 6705526. OLE color: 6705526.

HSL color Cylindrical-coordinate representation of color #765166: hue angle of 325.95º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #765166 is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB11881102-
CMYK00.310.140.54
HSL325.95º18.59%39.02%-
HSV(B)325.95º31.36%46.27%-
XYZ12.8110.713.96-
YUV94.46132.26144.79-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.20%
GREEN value IS 81 (32.03% from 255) = 26.91%
BLUE value IS 102 (40.23% from 255) = 33.89%
R=39.20%
G=26.91%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1188110200.310.140.54325.9518.5939.02
Hex76516601FE361461327
Octal16612114603716665062347
Binary111011010100011100110011111111011011010100011010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765166; }

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

 H1.HeaderClassName
 {
   color: #765166;
 }
 .AnyTagClassName
 {
   color: #765166;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #765166;
 }
 .BgClassName
 {
   background-color: #765166;
 }
</style>
border-color css

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

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

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