#765469

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

Shades of Cosmic #765469

Tints of Cosmic #765469

Color information

#765469 (or 0x765469) is unknown color: approx Cosmic. HEX triplet: 76, 54 and 69. RGB value is (118,84,105). Sum of RGB (Red+Green+Blue) = 118+84+105=307 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.44% from 307); Green value is 84 (33.20% from 255 or 27.36% from 307); Blue value is 105 (41.41% from 255 or 34.20% from 307); Max value from RGB is 118 - color contains mainly: red. Hex color #765469 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765469 is #89AB96. Grayscale: #606060. Windows color (decimal): -9022359 or 6902902. OLE color: 6902902.

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

Color convert

RGB11884105-
CMYK00.290.110.54
HSL322.94º16.83%39.61%-
HSV(B)322.94º28.81%46.27%-
XYZ13.1911.2114.83-
YUV96.56132.76143.29-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.44%
GREEN value IS 84 (33.20% from 255) = 27.36%
BLUE value IS 105 (41.41% from 255) = 34.20%
R=38.44%
G=27.36%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.11
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1188410500.290.110.54322.9416.8339.61
Hex76546901DB361431128
Octal16612415103513665032150
Binary111011010101001101001011101101111011010100001110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765469; }

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

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

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

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

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

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

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

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