Html Css Color HEX #767192 Scampi

📋 copy color: '#767192'

red 118 ◦ green 113 ◦ blue 146

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

Shades of Scampi #767192

Tints of Scampi #767192

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.97%

 BLUE value IS 146 (57.42% from 255) = 38.73%

R = 31.3%
G = 29.97%
B = 38.73%

CMYK

 C value IS 0.19

 M value IS 0.23

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#767192 (or 0x767192) is known color: Scampi. HEX triplet: 76, 71 and 92. RGB value is (118,113,146). Sum of RGB (Red+Green+Blue) = 118+113+146=377 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.30% from 377); Green value is 113 (44.53% from 255 or 29.97% from 377); Blue value is 146 (57.42% from 255 or 38.73% from 377); Max value from RGB is 146 - color contains mainly: blue. Hex color #767192 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767192 is #898E6D. Grayscale: #767676. Windows color (decimal): -9014894 or 9597302. OLE color: 9597302.

HSL color Cylindrical-coordinate representation of color #767192: hue angle of 249.09º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #767192 is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 118 113 146 -
CMYK 0.19 0.23 0 0.43
HSL 249.09º 0.13% 0.51% -
HSV(B) 249.09º 0.23% 0.57% -
XYZ 18.56 17.74 29.64 -
YUV 118.26 143.66 127.82 -
System Red Green Blue C M Y K H S L
Decimal 118 113 146 0.19 0.23 0 0.43 249.09 0.13 0.51
Hex 76 71 92 13 17 0 2B F9 D 33
Octal 166 161 222 23 27 0 53 371 15 63
Binary 1110110 1110001 10010010 10011 10111 0 101011 11111001 1101 110011

Color Harmonies of #767192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767192

Black with #767192

Text Example


Text Example

White with #767192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767192; }

 p { color: rgb(118,113,146); }

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

background-color css

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

 a { background-color: rgb(118,113,146); }

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

border-color css

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

 span { border-color: rgb(118,113,146); }

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