Html Css Color HEX #767490 Scampi

📋 copy color: '#767490'

red 118 ◦ green 116 ◦ blue 144

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

Shades of Scampi #767490

Tints of Scampi #767490

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.69%

 BLUE value IS 144 (56.64% from 255) = 38.1%

R = 31.22%
G = 30.69%
B = 38.1%

CMYK

 C value IS 0.18

 M value IS 0.19

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#767490 (or 0x767490) is known color: Scampi. HEX triplet: 76, 74 and 90. RGB value is (118,116,144). Sum of RGB (Red+Green+Blue) = 118+116+144=378 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.22% from 378); Green value is 116 (45.70% from 255 or 30.69% from 378); Blue value is 144 (56.64% from 255 or 38.10% from 378); Max value from RGB is 144 - color contains mainly: blue. Hex color #767490 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767490 is #898B6F. Grayscale: #777777. Windows color (decimal): -9014128 or 9466998. OLE color: 9466998.

HSL color Cylindrical-coordinate representation of color #767490: hue angle of 244.29º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #767490 is Cyan = 0.18, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 118 116 144 -
CMYK 0.18 0.19 0 0.44
HSL 244.29º 0.11% 0.51% -
HSV(B) 244.29º 0.19% 0.56% -
XYZ 18.75 18.36 28.94 -
YUV 119.79 141.66 126.72 -
System Red Green Blue C M Y K H S L
Decimal 118 116 144 0.18 0.19 0 0.44 244.29 0.11 0.51
Hex 76 74 90 12 13 0 2C F4 B 33
Octal 166 164 220 22 23 0 54 364 13 63
Binary 1110110 1110100 10010000 10010 10011 0 101100 11110100 1011 110011

Color Harmonies of #767490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767490

Black with #767490

Text Example


Text Example

White with #767490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767490; }

 p { color: rgb(118,116,144); }

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

background-color css

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

 a { background-color: rgb(118,116,144); }

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

border-color css

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

 span { border-color: rgb(118,116,144); }

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