#765462

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

Shades of Cosmic #765462

Tints of Cosmic #765462

Color information

#765462 (or 0x765462) is unknown color: approx Cosmic. HEX triplet: 76, 54 and 62. RGB value is (118,84,98). Sum of RGB (Red+Green+Blue) = 118+84+98=300 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.33% from 300); Green value is 84 (33.20% from 255 or 28% from 300); Blue value is 98 (38.67% from 255 or 32.67% from 300); Max value from RGB is 118 - color contains mainly: red. Hex color #765462 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765462 is #89AB9D. Grayscale: #5F5F5F. Windows color (decimal): -9022366 or 6444150. OLE color: 6444150.

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

Color convert

RGB1188498-
CMYK00.290.170.54
HSL335.29º16.83%39.61%-
HSV(B)335.29º28.81%46.27%-
XYZ12.8511.0713.02-
YUV95.76129.26143.86-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.33%
GREEN value IS 84 (33.20% from 255) = 28%
BLUE value IS 98 (38.67% from 255) = 32.67%
R=39.33%
G=28%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.17
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118849800.290.170.54335.2916.8339.61
Hex76546201D113614f1128
Octal16612414203521665172150
Binary1110110101010011000100111011000111011010100111110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765462; }

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

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

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

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

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

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

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

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