Html Css Color HEX #767293 Scampi

📋 copy color: '#767293'

red 118 ◦ green 114 ◦ blue 147

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

Shades of Scampi #767293

Tints of Scampi #767293

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.08%

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

R = 31.13%
G = 30.08%
B = 38.79%

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

#767293 (or 0x767293) is known color: Scampi. HEX triplet: 76, 72 and 93. RGB value is (118,114,147). Sum of RGB (Red+Green+Blue) = 118+114+147=379 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.13% from 379); Green value is 114 (44.92% from 255 or 30.08% from 379); Blue value is 147 (57.81% from 255 or 38.79% from 379); Max value from RGB is 147 - color contains mainly: blue. Hex color #767293 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767293 is #898D6C. Grayscale: #767676. Windows color (decimal): -9014637 or 9663094. OLE color: 9663094.

HSL color Cylindrical-coordinate representation of color #767293: hue angle of 247.27º 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 #767293 is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 118 114 147 -
CMYK 0.20 0.22 0 0.42
HSL 247.27º 0.13% 0.51% -
HSV(B) 247.27º 0.22% 0.58% -
XYZ 18.75 17.99 30.09 -
YUV 118.96 143.83 127.32 -
System Red Green Blue C M Y K H S L
Decimal 118 114 147 0.20 0.22 0 0.42 247.27 0.13 0.51
Hex 76 72 93 14 16 0 2A F7 D 33
Octal 166 162 223 24 26 0 52 367 15 63
Binary 1110110 1110010 10010011 10100 10110 0 101010 11110111 1101 110011

Color Harmonies of #767293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767293

Black with #767293

Text Example


Text Example

White with #767293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767293; }

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

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

background-color css

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

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

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

border-color css

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

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

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