#765465

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

Shades of Cosmic #765465

Tints of Cosmic #765465

Color information

#765465 (or 0x765465) is unknown color: approx Cosmic. HEX triplet: 76, 54 and 65. RGB value is (118,84,101). Sum of RGB (Red+Green+Blue) = 118+84+101=303 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.94% from 303); Green value is 84 (33.20% from 255 or 27.72% from 303); Blue value is 101 (39.84% from 255 or 33.33% from 303); Max value from RGB is 118 - color contains mainly: red. Hex color #765465 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765465 is #89AB9A. Grayscale: #606060. Windows color (decimal): -9022363 or 6640758. OLE color: 6640758.

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

Color convert

RGB11884101-
CMYK00.290.140.54
HSL330º16.83%39.61%-
HSV(B)330º28.81%46.27%-
XYZ12.9911.1313.78-
YUV96.1130.76143.62-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.94%
GREEN value IS 84 (33.20% from 255) = 27.72%
BLUE value IS 101 (39.84% from 255) = 33.33%
R=38.94%
G=27.72%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1188410100.290.140.5433016.8339.61
Hex76546501DE3614a1128
Octal16612414503516665122150
Binary111011010101001100101011101111011011010100101010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765465; }

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

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

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

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

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

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

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

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