#785765

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

Shades of Cosmic #785765

Tints of Cosmic #785765

Color information

#785765 (or 0x785765) is unknown color: approx Cosmic. HEX triplet: 78, 57 and 65. RGB value is (120,87,101). Sum of RGB (Red+Green+Blue) = 120+87+101=308 (40% of max value = 765). Red value is 120 (47.27% from 255 or 38.96% from 308); Green value is 87 (34.38% from 255 or 28.25% from 308); Blue value is 101 (39.84% from 255 or 32.79% from 308); Max value from RGB is 120 - color contains mainly: red. Hex color #785765 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785765 is #87A89A. Grayscale: #626262. Windows color (decimal): -8890523 or 6641528. OLE color: 6641528.

HSL color Cylindrical-coordinate representation of color #785765: hue angle of 334.55º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #785765 is Cyan = 0, Magento = 0.28, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB12087101-
CMYK00.280.160.53
HSL334.55º15.94%40.59%-
HSV(B)334.55º27.5%47.06%-
XYZ13.511.7513.87-
YUV98.46129.43143.36-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.96%
GREEN value IS 87 (34.38% from 255) = 28.25%
BLUE value IS 101 (39.84% from 255) = 32.79%
R=38.96%
G=28.25%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.16
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1208710100.280.160.53334.5515.9440.59
Hex78576501C103514f1029
Octal17012714503420655172051
Binary1111000101011111001010111001000011010110100111110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785765; }

 p { color: rgb(120,87,101); }

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

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

 a { background-color: rgb(120,87,101); }

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

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

 span { border-color: rgb(120,87,101); }

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