#765862

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

Shades of Cosmic #765862

Tints of Cosmic #765862

Color information

#765862 (or 0x765862) is unknown color: approx Cosmic. HEX triplet: 76, 58 and 62. RGB value is (118,88,98). Sum of RGB (Red+Green+Blue) = 118+88+98=304 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.82% from 304); Green value is 88 (34.77% from 255 or 28.95% from 304); Blue value is 98 (38.67% from 255 or 32.24% from 304); Max value from RGB is 118 - color contains mainly: red. Hex color #765862 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765862 is #89A79D. Grayscale: #626262. Windows color (decimal): -9021342 or 6445174. OLE color: 6445174.

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

Color convert

RGB1188898-
CMYK00.250.170.54
HSL340º14.56%40.39%-
HSV(B)340º25.42%46.27%-
XYZ13.1711.7113.12-
YUV98.11127.94142.19-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.82%
GREEN value IS 88 (34.77% from 255) = 28.95%
BLUE value IS 98 (38.67% from 255) = 32.24%
R=38.82%
G=28.95%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.17
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118889800.250.170.5434014.5640.39
Hex7658620191136154f28
Octal16613014203121665241750
Binary111011010110001100010011001100011101101010101001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765862; }

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

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

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

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

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

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

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

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