Html Css Color HEX #767090 Scampi

📋 copy color: '#767090'

red 118 ◦ green 112 ◦ blue 144

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

Shades of Scampi #767090

Tints of Scampi #767090

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.95%

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

R = 31.55%
G = 29.95%
B = 38.5%

CMYK

 C value IS 0.18

 M value IS 0.22

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#767090 (or 0x767090) is known color: Scampi. HEX triplet: 76, 70 and 90. RGB value is (118,112,144). Sum of RGB (Red+Green+Blue) = 118+112+144=374 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.55% from 374); Green value is 112 (44.14% from 255 or 29.95% from 374); Blue value is 144 (56.64% from 255 or 38.50% from 374); Max value from RGB is 144 - color contains mainly: blue. Hex color #767090 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767090 is #898F6F. Grayscale: #757575. Windows color (decimal): -9015152 or 9465974. OLE color: 9465974.

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

Color convert

RGB 118 112 144 -
CMYK 0.18 0.22 0 0.44
HSL 251.25º 0.13% 0.5% -
HSV(B) 251.25º 0.22% 0.56% -
XYZ 18.3 17.45 28.79 -
YUV 117.44 142.99 128.4 -
System Red Green Blue C M Y K H S L
Decimal 118 112 144 0.18 0.22 0 0.44 251.25 0.13 0.5
Hex 76 70 90 12 16 0 2C FB D 32
Octal 166 160 220 22 26 0 54 373 15 62
Binary 1110110 1110000 10010000 10010 10110 0 101100 11111011 1101 110010

Color Harmonies of #767090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767090

Black with #767090

Text Example


Text Example

White with #767090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767090; }

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

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

background-color css

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

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

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

border-color css

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

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

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