#765867

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

Shades of Cosmic #765867

Tints of Cosmic #765867

Color information

#765867 (or 0x765867) is unknown color: approx Cosmic. HEX triplet: 76, 58 and 67. RGB value is (118,88,103). Sum of RGB (Red+Green+Blue) = 118+88+103=309 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.19% from 309); Green value is 88 (34.77% from 255 or 28.48% from 309); Blue value is 103 (40.62% from 255 or 33.33% from 309); Max value from RGB is 118 - color contains mainly: red. Hex color #765867 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765867 is #89A798. Grayscale: #626262. Windows color (decimal): -9021337 or 6772854. OLE color: 6772854.

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

Color convert

RGB11888103-
CMYK00.250.130.54
HSL330º14.56%40.39%-
HSV(B)330º25.42%46.27%-
XYZ13.4111.8114.4-
YUV98.68130.44141.78-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.19%
GREEN value IS 88 (34.77% from 255) = 28.48%
BLUE value IS 103 (40.62% from 255) = 33.33%
R=38.19%
G=28.48%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.13
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1188810300.250.130.5433014.5640.39
Hex765867019D3614af28
Octal16613014703115665121750
Binary11101101011000110011101100111011101101010010101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765867; }

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

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

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

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

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

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

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

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