Html Css Color HEX #767097 Scampi

📋 copy color: '#767097'

red 118 ◦ green 112 ◦ blue 151

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

Shades of Scampi #767097

Tints of Scampi #767097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 39.63%

R = 30.97%
G = 29.4%
B = 39.63%

CMYK

 C value IS 0.22

 M value IS 0.26

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#767097 (or 0x767097) is known color: Scampi. HEX triplet: 76, 70 and 97. RGB value is (118,112,151). Sum of RGB (Red+Green+Blue) = 118+112+151=381 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.97% from 381); Green value is 112 (44.14% from 255 or 29.40% from 381); Blue value is 151 (59.38% from 255 or 39.63% from 381); Max value from RGB is 151 - color contains mainly: blue. Hex color #767097 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767097 is #898F68. Grayscale: #767676. Windows color (decimal): -9015145 or 9924726. OLE color: 9924726.

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

Color convert

RGB 118 112 151 -
CMYK 0.22 0.26 0 0.41
HSL 249.23º 0.16% 0.52% -
HSV(B) 249.23º 0.26% 0.59% -
XYZ 18.85 17.67 31.7 -
YUV 118.24 146.49 127.83 -
System Red Green Blue C M Y K H S L
Decimal 118 112 151 0.22 0.26 0 0.41 249.23 0.16 0.52
Hex 76 70 97 16 1A 0 29 F9 10 34
Octal 166 160 227 26 32 0 51 371 20 64
Binary 1110110 1110000 10010111 10110 11010 0 101001 11111001 10000 110100

Color Harmonies of #767097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767097

Black with #767097

Text Example


Text Example

White with #767097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767097; }

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

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

background-color css

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

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

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

border-color css

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

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

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