#765360

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

Shades of Cosmic #765360

Tints of Cosmic #765360

Color information

#765360 (or 0x765360) is unknown color: approx Cosmic. HEX triplet: 76, 53 and 60. RGB value is (118,83,96). Sum of RGB (Red+Green+Blue) = 118+83+96=297 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.73% from 297); Green value is 83 (32.81% from 255 or 27.95% from 297); Blue value is 96 (37.89% from 255 or 32.32% from 297); Max value from RGB is 118 - color contains mainly: red. Hex color #765360 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765360 is #89AC9F. Grayscale: #5E5E5E. Windows color (decimal): -9022624 or 6312822. OLE color: 6312822.

HSL color Cylindrical-coordinate representation of color #765360: hue angle of 337.71º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #765360 is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB1188396-
CMYK00.300.190.54
HSL337.71º17.41%39.41%-
HSV(B)337.71º29.66%46.27%-
XYZ12.6810.8812.5-
YUV94.95128.6144.44-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.73%
GREEN value IS 83 (32.81% from 255) = 27.95%
BLUE value IS 96 (37.89% from 255) = 32.32%
R=39.73%
G=27.95%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118839600.300.190.54337.7117.4139.41
Hex76536001E13361521127
Octal16612314003623665222147
Binary1110110101001111000000111101001111011010101001010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765360; }

 p { color: rgb(118,83,96); }

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

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

 a { background-color: rgb(118,83,96); }

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

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

 span { border-color: rgb(118,83,96); }

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