Html Css Color HEX #747097 Scampi

📋 copy color: '#747097'

red 116 ◦ green 112 ◦ blue 151

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

Shades of Scampi #747097

Tints of Scampi #747097

RGB

 RED value IS 116 (45.7% from 255) = 30.61%

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

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

R = 30.61%
G = 29.55%
B = 39.84%

CMYK

 C value IS 0.23

 M value IS 0.26

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#747097 (or 0x747097) is known color: Scampi. HEX triplet: 74, 70 and 97. RGB value is (116,112,151). Sum of RGB (Red+Green+Blue) = 116+112+151=379 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.61% from 379); Green value is 112 (44.14% from 255 or 29.55% from 379); Blue value is 151 (59.38% from 255 or 39.84% from 379); Max value from RGB is 151 - color contains mainly: blue. Hex color #747097 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747097 is #8B8F68. Grayscale: #757575. Windows color (decimal): -9146217 or 9924724. OLE color: 9924724.

HSL color Cylindrical-coordinate representation of color #747097: hue angle of 246.15º 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 #747097 is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 116 112 151 -
CMYK 0.23 0.26 0 0.41
HSL 246.15º 0.16% 0.52% -
HSV(B) 246.15º 0.26% 0.59% -
XYZ 18.58 17.54 31.68 -
YUV 117.64 146.83 126.83 -
System Red Green Blue C M Y K H S L
Decimal 116 112 151 0.23 0.26 0 0.41 246.15 0.16 0.52
Hex 74 70 97 17 1A 0 29 F6 10 34
Octal 164 160 227 27 32 0 51 366 20 64
Binary 1110100 1110000 10010111 10111 11010 0 101001 11110110 10000 110100

Color Harmonies of #747097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747097

Black with #747097

Text Example


Text Example

White with #747097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747097; }

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

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

background-color css

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

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

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

border-color css

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

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

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