#765266

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

Shades of Cosmic #765266

Tints of Cosmic #765266

Color information

#765266 (or 0x765266) is unknown color: approx Cosmic. HEX triplet: 76, 52 and 66. RGB value is (118,82,102). Sum of RGB (Red+Green+Blue) = 118+82+102=302 (40% of max value = 765). Red value is 118 (46.48% from 255 or 39.07% from 302); Green value is 82 (32.42% from 255 or 27.15% from 302); Blue value is 102 (40.23% from 255 or 33.77% from 302); Max value from RGB is 118 - color contains mainly: red. Hex color #765266 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765266 is #89AD99. Grayscale: #5F5F5F. Windows color (decimal): -9022874 or 6705782. OLE color: 6705782.

HSL color Cylindrical-coordinate representation of color #765266: hue angle of 326.67º degrees, saturation: 0.18, 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 #765266 is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB11882102-
CMYK00.310.140.54
HSL326.67º18%39.22%-
HSV(B)326.67º30.51%46.27%-
XYZ12.8910.8513.98-
YUV95.04131.93144.37-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.07%
GREEN value IS 82 (32.42% from 255) = 27.15%
BLUE value IS 102 (40.23% from 255) = 33.77%
R=39.07%
G=27.15%
B=33.77%

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
Decimal1188210200.310.140.54326.671839.22
Hex76526601FE361471227
Octal16612214603716665072247
Binary111011010100101100110011111111011011010100011110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765266; }

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

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

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

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

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

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

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

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