#765263

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

Shades of Cosmic #765263

Tints of Cosmic #765263

Color information

#765263 (or 0x765263) is unknown color: approx Cosmic. HEX triplet: 76, 52 and 63. RGB value is (118,82,99). Sum of RGB (Red+Green+Blue) = 118+82+99=299 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.46% from 299); Green value is 82 (32.42% from 255 or 27.42% from 299); Blue value is 99 (39.06% from 255 or 33.11% from 299); Max value from RGB is 118 - color contains mainly: red. Hex color #765263 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765263 is #89AD9C. Grayscale: #5E5E5E. Windows color (decimal): -9022877 or 6509174. OLE color: 6509174.

HSL color Cylindrical-coordinate representation of color #765263: hue angle of 331.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 #765263 is Cyan = 0, Magento = 0.31, Yellow = 0.16 and Black (K on CMYK) = 0.54.

Color convert

RGB1188299-
CMYK00.310.160.54
HSL331.67º18%39.22%-
HSV(B)331.67º30.51%46.27%-
XYZ12.7410.7913.21-
YUV94.7130.43144.62-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.46%
GREEN value IS 82 (32.42% from 255) = 27.42%
BLUE value IS 99 (39.06% from 255) = 33.11%
R=39.46%
G=27.42%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.16
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118829900.310.160.54331.671839.22
Hex76526301F103614c1227
Octal16612214303720665142247
Binary1110110101001011000110111111000011011010100110010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765263; }

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

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

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

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

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

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

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

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