#755767

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

Shades of Cosmic #755767

Tints of Cosmic #755767

Color information

#755767 (or 0x755767) is unknown color: approx Cosmic. HEX triplet: 75, 57 and 67. RGB value is (117,87,103). Sum of RGB (Red+Green+Blue) = 117+87+103=307 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.11% from 307); Green value is 87 (34.38% from 255 or 28.34% from 307); Blue value is 103 (40.62% from 255 or 33.55% from 307); Max value from RGB is 117 - color contains mainly: red. Hex color #755767 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755767 is #8AA898. Grayscale: #616161. Windows color (decimal): -9087129 or 6772597. OLE color: 6772597.

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

Color convert

RGB11787103-
CMYK00.260.120.54
HSL328º14.71%40%-
HSV(B)328º25.64%45.88%-
XYZ13.1911.5814.37-
YUV97.79130.94141.7-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.11%
GREEN value IS 87 (34.38% from 255) = 28.34%
BLUE value IS 103 (40.62% from 255) = 33.55%
R=38.11%
G=28.34%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.12
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1178710300.260.120.5432814.7140
Hex75576701AC36148f28
Octal16512714703214665101750
Binary11101011010111110011101101011001101101010010001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755767; }

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

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

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

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

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

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

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

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