#75669D

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

Shades of Scampi #75669D

Tints of Scampi #75669D

Color information

#75669D (or 0x75669D) is unknown color: approx Scampi. HEX triplet: 75, 66 and 9D. RGB value is (117,102,157). Sum of RGB (Red+Green+Blue) = 117+102+157=376 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.12% from 376); Green value is 102 (40.23% from 255 or 27.13% from 376); Blue value is 157 (61.72% from 255 or 41.76% from 376); Max value from RGB is 157 - color contains mainly: blue. Hex color #75669D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75669D is #8A9962. Grayscale: #707070. Windows color (decimal): -9083235 or 10315381. OLE color: 10315381.

HSL color Cylindrical-coordinate representation of color #75669D: hue angle of 256.36º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #75669D is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB117102157-
CMYK0.250.3500.38
HSL256.36º21.91%50.78%-
HSV(B)256.36º35.03%61.57%-
XYZ18.1715.7233.97-
YUV112.76152.97131.03-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.12%
GREEN value IS 102 (40.23% from 255) = 27.13%
BLUE value IS 157 (61.72% from 255) = 41.76%
R=31.12%
G=27.13%
B=41.76%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1171021570.250.3500.38256.3621.9150.78
Hex75669D19230261001633
Octal16514623531430464002663
Binary111010111001101001110111001100011010011010000000010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75669D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75669D; }

 p { color: rgb(117,102,157); }

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

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

 a { background-color: rgb(117,102,157); }

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

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

 span { border-color: rgb(117,102,157); }

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