Html Css Color HEX #767199 Scampi

📋 copy color: '#767199'

red 118 ◦ green 113 ◦ blue 153

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

Shades of Scampi #767199

Tints of Scampi #767199

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 39.84%

R = 30.73%
G = 29.43%
B = 39.84%

CMYK

 C value IS 0.23

 M value IS 0.26

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#767199 (or 0x767199) is known color: Scampi. HEX triplet: 76, 71 and 99. RGB value is (118,113,153). Sum of RGB (Red+Green+Blue) = 118+113+153=384 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.73% from 384); Green value is 113 (44.53% from 255 or 29.43% from 384); Blue value is 153 (60.16% from 255 or 39.84% from 384); Max value from RGB is 153 - color contains mainly: blue. Hex color #767199 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767199 is #898E66. Grayscale: #767676. Windows color (decimal): -9014887 or 10056054. OLE color: 10056054.

HSL color Cylindrical-coordinate representation of color #767199: hue angle of 247.5º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #767199 is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 118 113 153 -
CMYK 0.23 0.26 0 0.4
HSL 247.5º 0.16% 0.52% -
HSV(B) 247.5º 0.26% 0.6% -
XYZ 19.13 17.96 32.6 -
YUV 119.06 147.16 127.25 -
System Red Green Blue C M Y K H S L
Decimal 118 113 153 0.23 0.26 0 0.4 247.5 0.16 0.52
Hex 76 71 99 17 1A 0 28 F8 10 34
Octal 166 161 231 27 32 0 50 370 20 64
Binary 1110110 1110001 10011001 10111 11010 0 101000 11111000 10000 110100

Color Harmonies of #767199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767199

Black with #767199

Text Example


Text Example

White with #767199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767199; }

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

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

background-color css

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

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

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

border-color css

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

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

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