#75669C

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

Shades of Scampi #75669C

Tints of Scampi #75669C

Color information

#75669C (or 0x75669C) is unknown color: approx Scampi. HEX triplet: 75, 66 and 9C. RGB value is (117,102,156). Sum of RGB (Red+Green+Blue) = 117+102+156=375 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.2% from 375); Green value is 102 (40.23% from 255 or 27.2% from 375); Blue value is 156 (61.33% from 255 or 41.6% from 375); Max value from RGB is 156 - color contains mainly: blue. Hex color #75669C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75669C is #8A9963. Grayscale: #707070. Windows color (decimal): -9083236 or 10249845. OLE color: 10249845.

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

Color convert

RGB117102156-
CMYK0.250.3500.39
HSL256.67º21.43%50.59%-
HSV(B)256.67º34.62%61.18%-
XYZ18.0915.6833.53-
YUV112.64152.47131.11-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.2%
GREEN value IS 102 (40.23% from 255) = 27.2%
BLUE value IS 156 (61.33% from 255) = 41.6%
R=31.2%
G=27.2%
B=41.6%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1171021560.250.3500.39256.6721.4350.59
Hex75669C19230271011533
Octal16514623431430474012563
Binary111010111001101001110011001100011010011110000000110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75669C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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