#767295

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

Shades of Scampi #767295

Tints of Scampi #767295

Color information

#767295 (or 0x767295) is unknown color: approx Scampi. HEX triplet: 76, 72 and 95. RGB value is (118,114,149). Sum of RGB (Red+Green+Blue) = 118+114+149=381 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.97% from 381); Green value is 114 (44.92% from 255 or 29.92% from 381); Blue value is 149 (58.59% from 255 or 39.11% from 381); Max value from RGB is 149 - color contains mainly: blue. Hex color #767295 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767295 is #898D6A. Grayscale: #777777. Windows color (decimal): -9014635 or 9794166. OLE color: 9794166.

HSL color Cylindrical-coordinate representation of color #767295: hue angle of 246.86º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #767295 is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB118114149-
CMYK0.210.2300.42
HSL246.86º14.17%51.57%-
HSV(B)246.86º23.49%58.43%-
XYZ18.9118.0630.92-
YUV119.19144.83127.15-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.97%
GREEN value IS 114 (44.92% from 255) = 29.92%
BLUE value IS 149 (58.59% from 255) = 39.11%
R=30.97%
G=29.92%
B=39.11%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1181141490.210.2300.42246.8614.1751.57
Hex767295151702Af7e34
Octal16616222525270523671664
Binary111011011100101001010110101101110101010111101111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767295; }

 p { color: rgb(118,114,149); }

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

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

 a { background-color: rgb(118,114,149); }

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

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

 span { border-color: rgb(118,114,149); }

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