#765567

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

Shades of Cosmic #765567

Tints of Cosmic #765567

Color information

#765567 (or 0x765567) is unknown color: approx Cosmic. HEX triplet: 76, 55 and 67. RGB value is (118,85,103). Sum of RGB (Red+Green+Blue) = 118+85+103=306 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.56% from 306); Green value is 85 (33.59% from 255 or 27.78% from 306); Blue value is 103 (40.62% from 255 or 33.66% from 306); Max value from RGB is 118 - color contains mainly: red. Hex color #765567 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765567 is #89AA98. Grayscale: #606060. Windows color (decimal): -9022105 or 6772086. OLE color: 6772086.

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

Color convert

RGB11885103-
CMYK00.280.130.54
HSL327.27º16.26%39.8%-
HSV(B)327.27º27.97%46.27%-
XYZ13.1711.3314.32-
YUV96.92131.43143.04-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.56%
GREEN value IS 85 (33.59% from 255) = 27.78%
BLUE value IS 103 (40.62% from 255) = 33.66%
R=38.56%
G=27.78%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.13
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1188510300.280.130.54327.2716.2639.8
Hex76556701CD361471028
Octal16612514703415665072050
Binary111011010101011100111011100110111011010100011110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765567; }

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

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

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

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

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

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

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

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