#775C6B

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

Shades of Cosmic #775C6B

Tints of Cosmic #775C6B

Color information

#775C6B (or 0x775C6B) is unknown color: approx Cosmic. HEX triplet: 77, 5C and 6B. RGB value is (119,92,107). Sum of RGB (Red+Green+Blue) = 119+92+107=318 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.42% from 318); Green value is 92 (36.33% from 255 or 28.93% from 318); Blue value is 107 (42.19% from 255 or 33.65% from 318); Max value from RGB is 119 - color contains mainly: red. Hex color #775C6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775C6B is #88A394. Grayscale: #656565. Windows color (decimal): -8954773 or 7036023. OLE color: 7036023.

HSL color Cylindrical-coordinate representation of color #775C6B: hue angle of 326.67º 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 #775C6B is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB11992107-
CMYK00.230.100.53
HSL326.67º12.8%41.37%-
HSV(B)326.67º22.69%46.67%-
XYZ14.0912.6415.61-
YUV101.78130.95140.28-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.42%
GREEN value IS 92 (36.33% from 255) = 28.93%
BLUE value IS 107 (42.19% from 255) = 33.65%
R=37.42%
G=28.93%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1199210700.230.100.53326.6712.841.37
Hex775C6B017A35147d29
Octal16713415302712655071551
Binary11101111011100110101101011110101101011010001111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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