#775F9D

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

Shades of Scampi #775F9D

Tints of Scampi #775F9D

Color information

#775F9D (or 0x775F9D) is unknown color: approx Scampi. HEX triplet: 77, 5F and 9D. RGB value is (119,95,157). Sum of RGB (Red+Green+Blue) = 119+95+157=371 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.08% from 371); Green value is 95 (37.5% from 255 or 25.61% from 371); Blue value is 157 (61.72% from 255 or 42.32% from 371); Max value from RGB is 157 - color contains mainly: blue. Hex color #775F9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775F9D is #88A062. Grayscale: #6D6D6D. Windows color (decimal): -8953955 or 10313591. OLE color: 10313591.

HSL color Cylindrical-coordinate representation of color #775F9D: hue angle of 263.23º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #775F9D is Cyan = 0.24, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11995157-
CMYK0.240.3900.38
HSL263.23º24.6%49.41%-
HSV(B)263.23º39.49%61.57%-
XYZ17.7914.5433.77-
YUV109.24154.95134.96-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.08%
GREEN value IS 95 (37.5% from 255) = 25.61%
BLUE value IS 157 (61.72% from 255) = 42.32%
R=32.08%
G=25.61%
B=42.32%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal119951570.240.3900.38263.2324.649.41
Hex775F9D18270261071931
Octal16713723530470464073161
Binary111011110111111001110111000100111010011010000011111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775F9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,95,157); }

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

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

 a { background-color: rgb(119,95,157); }

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

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

 span { border-color: rgb(119,95,157); }

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