Html Css Color HEX #757797 Scampi

📋 copy color: '#757797'

red 117 ◦ green 119 ◦ blue 151

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

Shades of Scampi #757797

Tints of Scampi #757797

RGB

 RED value IS 117 (46.09% from 255) = 30.23%

 GREEN value IS 119 (46.88% from 255) = 30.75%

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

R = 30.23%
G = 30.75%
B = 39.02%

CMYK

 C value IS 0.23

 M value IS 0.21

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#757797 (or 0x757797) is known color: Scampi. HEX triplet: 75, 77 and 97. RGB value is (117,119,151). Sum of RGB (Red+Green+Blue) = 117+119+151=387 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.23% from 387); Green value is 119 (46.88% from 255 or 30.75% from 387); Blue value is 151 (59.38% from 255 or 39.02% from 387); Max value from RGB is 151 - color contains mainly: blue. Hex color #757797 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757797 is #8A8868. Grayscale: #797979. Windows color (decimal): -9078889 or 9926517. OLE color: 9926517.

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

Color convert

RGB 117 119 151 -
CMYK 0.23 0.21 0 0.41
HSL 236.47º 0.14% 0.53% -
HSV(B) 236.47º 0.23% 0.59% -
XYZ 19.52 19.21 31.96 -
YUV 122.05 144.34 124.4 -
System Red Green Blue C M Y K H S L
Decimal 117 119 151 0.23 0.21 0 0.41 236.47 0.14 0.53
Hex 75 77 97 17 15 0 29 EC E 35
Octal 165 167 227 27 25 0 51 354 16 65
Binary 1110101 1110111 10010111 10111 10101 0 101001 11101100 1110 110101

Color Harmonies of #757797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757797

Black with #757797

Text Example


Text Example

White with #757797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757797; }

 p { color: rgb(117,119,151); }

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

background-color css

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

 a { background-color: rgb(117,119,151); }

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

border-color css

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

 span { border-color: rgb(117,119,151); }

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