Html Css Color HEX #767296 Scampi

📋 copy color: '#767296'

red 118 ◦ green 114 ◦ blue 150

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

Shades of Scampi #767296

Tints of Scampi #767296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 39.27%

R = 30.89%
G = 29.84%
B = 39.27%

CMYK

 C value IS 0.21

 M value IS 0.24

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#767296 (or 0x767296) is known color: Scampi. HEX triplet: 76, 72 and 96. RGB value is (118,114,150). Sum of RGB (Red+Green+Blue) = 118+114+150=382 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.89% from 382); Green value is 114 (44.92% from 255 or 29.84% from 382); Blue value is 150 (58.98% from 255 or 39.27% from 382); Max value from RGB is 150 - color contains mainly: blue. Hex color #767296 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767296 is #898D69. Grayscale: #777777. Windows color (decimal): -9014634 or 9859702. OLE color: 9859702.

HSL color Cylindrical-coordinate representation of color #767296: hue angle of 246.67º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #767296 is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 118 114 150 -
CMYK 0.21 0.24 0 0.41
HSL 246.67º 0.15% 0.52% -
HSV(B) 246.67º 0.24% 0.59% -
XYZ 18.99 18.09 31.34 -
YUV 119.3 145.33 127.07 -
System Red Green Blue C M Y K H S L
Decimal 118 114 150 0.21 0.24 0 0.41 246.67 0.15 0.52
Hex 76 72 96 15 18 0 29 F7 F 34
Octal 166 162 226 25 30 0 51 367 17 64
Binary 1110110 1110010 10010110 10101 11000 0 101001 11110111 1111 110100

Color Harmonies of #767296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767296

Black with #767296

Text Example


Text Example

White with #767296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767296; }

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

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

background-color css

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

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

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

border-color css

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

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

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