Html Css Color HEX #767393 Scampi

📋 copy color: '#767393'

red 118 ◦ green 115 ◦ blue 147

#767393
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scampi #767393

Tints of Scampi #767393

RGB

 RED value IS 118 (46.48% from 255) = 31.05%

 GREEN value IS 115 (45.31% from 255) = 30.26%

 BLUE value IS 147 (57.81% from 255) = 38.68%

R = 31.05%
G = 30.26%
B = 38.68%

CMYK

 C value IS 0.20

 M value IS 0.22

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#767393 (or 0x767393) is known color: Scampi. HEX triplet: 76, 73 and 93. RGB value is (118,115,147). Sum of RGB (Red+Green+Blue) = 118+115+147=380 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.05% from 380); Green value is 115 (45.31% from 255 or 30.26% from 380); Blue value is 147 (57.81% from 255 or 38.68% from 380); Max value from RGB is 147 - color contains mainly: blue. Hex color #767393 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767393 is #898C6C. Grayscale: #777777. Windows color (decimal): -9014381 or 9663350. OLE color: 9663350.

HSL color Cylindrical-coordinate representation of color #767393: hue angle of 245.62º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #767393 is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 118 115 147 -
CMYK 0.20 0.22 0 0.42
HSL 245.63º 0.13% 0.51% -
HSV(B) 245.63º 0.22% 0.58% -
XYZ 18.87 18.22 30.13 -
YUV 119.55 143.49 126.9 -
System Red Green Blue C M Y K H S L
Decimal 118 115 147 0.20 0.22 0 0.42 245.63 0.13 0.51
Hex 76 73 93 14 16 0 2A F6 D 33
Octal 166 163 223 24 26 0 52 366 15 63
Binary 1110110 1110011 10010011 10100 10110 0 101010 11110110 1101 110011

Color Harmonies of #767393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767393

Black with #767393

Text Example


Text Example

White with #767393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767393; }

 p { color: rgb(118,115,147); }

 H1.HeaderClassName
 {
   color: #767393;
 }
 .AnyTagClassName
 {
   color: #767393;
 }
</style>

background-color css

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

 a { background-color: rgb(118,115,147); }

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

border-color css

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

 span { border-color: rgb(118,115,147); }

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