#75679C

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

Shades of Scampi #75679C

Tints of Scampi #75679C

Color information

#75679C (or 0x75679C) is unknown color: approx Scampi. HEX triplet: 75, 67 and 9C. RGB value is (117,103,156). Sum of RGB (Red+Green+Blue) = 117+103+156=376 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.12% from 376); Green value is 103 (40.62% from 255 or 27.39% from 376); Blue value is 156 (61.33% from 255 or 41.49% from 376); Max value from RGB is 156 - color contains mainly: blue. Hex color #75679C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75679C is #8A9863. Grayscale: #717171. Windows color (decimal): -9082980 or 10250101. OLE color: 10250101.

HSL color Cylindrical-coordinate representation of color #75679C: hue angle of 255.85º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #75679C is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB117103156-
CMYK0.250.3400.39
HSL255.85º21.12%50.78%-
HSV(B)255.85º33.97%61.18%-
XYZ18.1915.8833.56-
YUV113.23152.14130.69-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.12%
GREEN value IS 103 (40.62% from 255) = 27.39%
BLUE value IS 156 (61.33% from 255) = 41.49%
R=31.12%
G=27.39%
B=41.49%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1171031560.250.3400.39255.8521.1250.78
Hex75679C19220271001533
Octal16514723431420474002563
Binary111010111001111001110011001100010010011110000000010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75679C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75679C; }

 p { color: rgb(117,103,156); }

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

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

 a { background-color: rgb(117,103,156); }

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

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

 span { border-color: rgb(117,103,156); }

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