#755867

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

Shades of Cosmic #755867

Tints of Cosmic #755867

Color information

#755867 (or 0x755867) is unknown color: approx Cosmic. HEX triplet: 75, 58 and 67. RGB value is (117,88,103). Sum of RGB (Red+Green+Blue) = 117+88+103=308 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.99% from 308); Green value is 88 (34.77% from 255 or 28.57% from 308); Blue value is 103 (40.62% from 255 or 33.44% from 308); Max value from RGB is 117 - color contains mainly: red. Hex color #755867 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755867 is #8AA798. Grayscale: #626262. Windows color (decimal): -9086873 or 6772853. OLE color: 6772853.

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

Color convert

RGB11788103-
CMYK00.250.120.54
HSL328.97º14.15%40.2%-
HSV(B)328.97º24.79%45.88%-
XYZ13.2711.7414.4-
YUV98.38130.61141.28-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.99%
GREEN value IS 88 (34.77% from 255) = 28.57%
BLUE value IS 103 (40.62% from 255) = 33.44%
R=37.99%
G=28.57%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.12
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1178810300.250.120.54328.9714.1540.2
Hex755867019C36149e28
Octal16513014703114665111650
Binary11101011011000110011101100111001101101010010011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755867; }

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

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

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

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

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

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

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

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