#75769C

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

Shades of Scampi #75769C

Tints of Scampi #75769C

Color information

#75769C (or 0x75769C) is unknown color: approx Scampi. HEX triplet: 75, 76 and 9C. RGB value is (117,118,156). Sum of RGB (Red+Green+Blue) = 117+118+156=391 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.92% from 391); Green value is 118 (46.48% from 255 or 30.18% from 391); Blue value is 156 (61.33% from 255 or 39.90% from 391); Max value from RGB is 156 - color contains mainly: blue. Hex color #75769C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75769C is #8A8963. Grayscale: #797979. Windows color (decimal): -9079140 or 10253941. OLE color: 10253941.

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

Color convert

RGB117118156-
CMYK0.250.2400.39
HSL238.46º16.46%53.53%-
HSV(B)238.46º25%61.18%-
XYZ19.8219.1434.1-
YUV122.03147.17124.41-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.92%
GREEN value IS 118 (46.48% from 255) = 30.18%
BLUE value IS 156 (61.33% from 255) = 39.90%
R=29.92%
G=30.18%
B=39.90%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1171181560.250.2400.39238.4616.4653.53
Hex75769C1918027ee1036
Octal16516623431300473562066
Binary1110101111011010011100110011100001001111110111010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75769C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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