#775C69

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

Shades of Cosmic #775C69

Tints of Cosmic #775C69

Color information

#775C69 (or 0x775C69) is unknown color: approx Cosmic. HEX triplet: 77, 5C and 69. RGB value is (119,92,105). Sum of RGB (Red+Green+Blue) = 119+92+105=316 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.66% from 316); Green value is 92 (36.33% from 255 or 29.11% from 316); Blue value is 105 (41.41% from 255 or 33.23% from 316); Max value from RGB is 119 - color contains mainly: red. Hex color #775C69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775C69 is #88A396. Grayscale: #656565. Windows color (decimal): -8954775 or 6904951. OLE color: 6904951.

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

Color convert

RGB11992105-
CMYK00.230.120.53
HSL331.11º12.8%41.37%-
HSV(B)331.11º22.69%46.67%-
XYZ13.9812.615.06-
YUV101.56129.95140.44-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.66%
GREEN value IS 92 (36.33% from 255) = 29.11%
BLUE value IS 105 (41.41% from 255) = 33.23%
R=37.66%
G=29.11%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1199210500.230.120.53331.1112.841.37
Hex775C69017C3514bd29
Octal16713415102714655131551
Binary11101111011100110100101011111001101011010010111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775C69; }

 p { color: rgb(119,92,105); }

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

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

 a { background-color: rgb(119,92,105); }

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

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

 span { border-color: rgb(119,92,105); }

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