#765967

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

Shades of Cosmic #765967

Tints of Cosmic #765967

Color information

#765967 (or 0x765967) is unknown color: approx Cosmic. HEX triplet: 76, 59 and 67. RGB value is (118,89,103). Sum of RGB (Red+Green+Blue) = 118+89+103=310 (41% of max value = 765). Red value is 118 (46.48% from 255 or 38.06% from 310); Green value is 89 (35.16% from 255 or 28.71% from 310); Blue value is 103 (40.62% from 255 or 33.23% from 310); Max value from RGB is 118 - color contains mainly: red. Hex color #765967 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765967 is #89A698. Grayscale: #636363. Windows color (decimal): -9021081 or 6773110. OLE color: 6773110.

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

Color convert

RGB11889103-
CMYK00.250.130.54
HSL331.03º14.01%40.59%-
HSV(B)331.03º24.58%46.27%-
XYZ13.4911.9814.43-
YUV99.27130.11141.36-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.06%
GREEN value IS 89 (35.16% from 255) = 28.71%
BLUE value IS 103 (40.62% from 255) = 33.23%
R=38.06%
G=28.71%
B=33.23%

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
Decimal1188910300.250.130.54331.0314.0140.59
Hex765967019D3614be29
Octal16613114703115665131651
Binary11101101011001110011101100111011101101010010111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765967; }

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

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

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

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

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

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

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

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