#765767

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

Shades of Cosmic #765767

Tints of Cosmic #765767

Color information

#765767 (or 0x765767) is unknown color: approx Cosmic. HEX triplet: 76, 57 and 67. RGB value is (118,87,103). Sum of RGB (Red+Green+Blue) = 118+87+103=308 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.31% from 308); Green value is 87 (34.38% from 255 or 28.25% from 308); Blue value is 103 (40.62% from 255 or 33.44% from 308); Max value from RGB is 118 - color contains mainly: red. Hex color #765767 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765767 is #89A898. Grayscale: #626262. Windows color (decimal): -9021593 or 6772598. OLE color: 6772598.

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

Color convert

RGB11887103-
CMYK00.260.130.54
HSL329.03º15.12%40.2%-
HSV(B)329.03º26.27%46.27%-
XYZ13.3311.6514.38-
YUV98.09130.77142.2-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.31%
GREEN value IS 87 (34.38% from 255) = 28.25%
BLUE value IS 103 (40.62% from 255) = 33.44%
R=38.31%
G=28.25%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.13
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1188710300.260.130.54329.0315.1240.2
Hex76576701AD36149f28
Octal16612714703215665111750
Binary11101101010111110011101101011011101101010010011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765767; }

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

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

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

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

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

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

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

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