Html Css Color HEX #756097 Scampi

📋 copy color: '#756097'

red 117 ◦ green 96 ◦ blue 151

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

Shades of Scampi #756097

Tints of Scampi #756097

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.37%

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

R = 32.14%
G = 26.37%
B = 41.48%

CMYK

 C value IS 0.23

 M value IS 0.36

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#756097 (or 0x756097) is known color: Scampi. HEX triplet: 75, 60 and 97. RGB value is (117,96,151). Sum of RGB (Red+Green+Blue) = 117+96+151=364 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.14% from 364); Green value is 96 (37.89% from 255 or 26.37% from 364); Blue value is 151 (59.38% from 255 or 41.48% from 364); Max value from RGB is 151 - color contains mainly: blue. Hex color #756097 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756097 is #8A9F68. Grayscale: #6C6C6C. Windows color (decimal): -9084777 or 9920629. OLE color: 9920629.

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

Color convert

RGB 117 96 151 -
CMYK 0.23 0.36 0 0.41
HSL 262.91º 0.22% 0.48% -
HSV(B) 262.91º 0.36% 0.59% -
XYZ 17.1 14.38 31.15 -
YUV 108.55 151.96 134.03 -
System Red Green Blue C M Y K H S L
Decimal 117 96 151 0.23 0.36 0 0.41 262.91 0.22 0.48
Hex 75 60 97 17 24 0 29 107 16 30
Octal 165 140 227 27 44 0 51 407 26 60
Binary 1110101 1100000 10010111 10111 100100 0 101001 100000111 10110 110000

Color Harmonies of #756097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756097

Black with #756097

Text Example


Text Example

White with #756097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756097; }

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

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

background-color css

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

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

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

border-color css

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

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

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