#765268

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

Shades of Cosmic #765268

Tints of Cosmic #765268

Color information

#765268 (or 0x765268) is unknown color: approx Cosmic. HEX triplet: 76, 52 and 68. RGB value is (118,82,104). Sum of RGB (Red+Green+Blue) = 118+82+104=304 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.82% from 304); Green value is 82 (32.42% from 255 or 26.97% from 304); Blue value is 104 (41.02% from 255 or 34.21% from 304); Max value from RGB is 118 - color contains mainly: red. Hex color #765268 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765268 is #89AD97. Grayscale: #5F5F5F. Windows color (decimal): -9022872 or 6836854. OLE color: 6836854.

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

Color convert

RGB11882104-
CMYK00.310.120.54
HSL323.33º18%39.22%-
HSV(B)323.33º30.51%46.27%-
XYZ12.9910.8914.51-
YUV95.27132.93144.21-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.82%
GREEN value IS 82 (32.42% from 255) = 26.97%
BLUE value IS 104 (41.02% from 255) = 34.21%
R=38.82%
G=26.97%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.12
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1188210400.310.120.54323.331839.22
Hex76526801FC361431227
Octal16612215003714665032247
Binary111011010100101101000011111110011011010100001110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765268; }

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

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

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

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

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

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

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

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