#767098

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

Shades of Scampi #767098

Tints of Scampi #767098

Color information

#767098 (or 0x767098) is unknown color: approx Scampi. HEX triplet: 76, 70 and 98. RGB value is (118,112,152). Sum of RGB (Red+Green+Blue) = 118+112+152=382 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.89% from 382); Green value is 112 (44.14% from 255 or 29.32% from 382); Blue value is 152 (59.77% from 255 or 39.79% from 382); Max value from RGB is 152 - color contains mainly: blue. Hex color #767098 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767098 is #898F67. Grayscale: #767676. Windows color (decimal): -9015144 or 9990262. OLE color: 9990262.

HSL color Cylindrical-coordinate representation of color #767098: hue angle of 249º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #767098 is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB118112152-
CMYK0.220.2600.40
HSL249º16.26%51.76%-
HSV(B)249º26.32%59.61%-
XYZ18.9317.7132.13-
YUV118.35146.99127.75-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.89%
GREEN value IS 112 (44.14% from 255) = 29.32%
BLUE value IS 152 (59.77% from 255) = 39.79%
R=30.89%
G=29.32%
B=39.79%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1181121520.220.2600.4024916.2651.76
Hex767098161A028f91034
Octal16616023026320503712064
Binary1110110111000010011000101101101001010001111100110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767098; }

 p { color: rgb(118,112,152); }

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

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

 a { background-color: rgb(118,112,152); }

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

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

 span { border-color: rgb(118,112,152); }

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