#765662

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

Shades of Cosmic #765662

Tints of Cosmic #765662

Color information

#765662 (or 0x765662) is unknown color: approx Cosmic. HEX triplet: 76, 56 and 62. RGB value is (118,86,98). Sum of RGB (Red+Green+Blue) = 118+86+98=302 (40% of max value = 765). Red value is 118 (46.48% from 255 or 39.07% from 302); Green value is 86 (33.98% from 255 or 28.48% from 302); Blue value is 98 (38.67% from 255 or 32.45% from 302); Max value from RGB is 118 - color contains mainly: red. Hex color #765662 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765662 is #89A99D. Grayscale: #606060. Windows color (decimal): -9021854 or 6444662. OLE color: 6444662.

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

Color convert

RGB1188698-
CMYK00.270.170.54
HSL337.5º15.69%40%-
HSV(B)337.5º27.12%46.27%-
XYZ1311.3913.07-
YUV96.94128.6143.02-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.07%
GREEN value IS 86 (33.98% from 255) = 28.48%
BLUE value IS 98 (38.67% from 255) = 32.45%
R=39.07%
G=28.48%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.17
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118869800.270.170.54337.515.6940
Hex76566201B11361521028
Octal16612614203321665222050
Binary1110110101011011000100110111000111011010101001010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765662; }

 p { color: rgb(118,86,98); }

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

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

 a { background-color: rgb(118,86,98); }

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

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

 span { border-color: rgb(118,86,98); }

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