#767898

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

Shades of Scampi #767898

Tints of Scampi #767898

Color information

#767898 (or 0x767898) is unknown color: approx Scampi. HEX triplet: 76, 78 and 98. RGB value is (118,120,152). Sum of RGB (Red+Green+Blue) = 118+120+152=390 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.26% from 390); Green value is 120 (47.27% from 255 or 30.77% from 390); Blue value is 152 (59.77% from 255 or 38.97% from 390); Max value from RGB is 152 - color contains mainly: blue. Hex color #767898 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767898 is #898767. Grayscale: #7A7A7A. Windows color (decimal): -9013096 or 9992310. OLE color: 9992310.

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

Color convert

RGB118120152-
CMYK0.220.2100.40
HSL236.47º14.17%52.94%-
HSV(B)236.47º22.37%59.61%-
XYZ19.8619.5532.43-
YUV123.05144.34124.4-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.26%
GREEN value IS 120 (47.27% from 255) = 30.77%
BLUE value IS 152 (59.77% from 255) = 38.97%
R=30.26%
G=30.77%
B=38.97%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1181201520.220.2100.40236.4714.1752.94
Hex7678981615028ece35
Octal16617023026250503541665
Binary111011011110001001100010110101010101000111011001110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767898; }

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

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

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

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

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

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

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

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