#765265

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

Shades of Cosmic #765265

Tints of Cosmic #765265

Color information

#765265 (or 0x765265) is unknown color: approx Cosmic. HEX triplet: 76, 52 and 65. RGB value is (118,82,101). Sum of RGB (Red+Green+Blue) = 118+82+101=301 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.20% from 301); Green value is 82 (32.42% from 255 or 27.24% from 301); Blue value is 101 (39.84% from 255 or 33.55% from 301); Max value from RGB is 118 - color contains mainly: red. Hex color #765265 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765265 is #89AD9A. Grayscale: #5E5E5E. Windows color (decimal): -9022875 or 6640246. OLE color: 6640246.

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

Color convert

RGB11882101-
CMYK00.310.140.54
HSL328.33º18%39.22%-
HSV(B)328.33º30.51%46.27%-
XYZ12.8410.8313.72-
YUV94.93131.43144.46-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.20%
GREEN value IS 82 (32.42% from 255) = 27.24%
BLUE value IS 101 (39.84% from 255) = 33.55%
R=39.20%
G=27.24%
B=33.55%

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
Decimal1188210100.310.140.54328.331839.22
Hex76526501FE361481227
Octal16612214503716665102247
Binary111011010100101100101011111111011011010100100010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765265; }

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

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

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

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

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

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

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

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