Html Css Color HEX #756F90 Scampi

📋 copy color: '#756F90'

red 117 ◦ green 111 ◦ blue 144

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

Shades of Scampi #756F90

Tints of Scampi #756F90

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.84%

 BLUE value IS 144 (56.64% from 255) = 38.71%

R = 31.45%
G = 29.84%
B = 38.71%

CMYK

 C value IS 0.19

 M value IS 0.23

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#756F90 (or 0x756F90) is known color: Scampi. HEX triplet: 75, 6F and 90. RGB value is (117,111,144). Sum of RGB (Red+Green+Blue) = 117+111+144=372 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.45% from 372); Green value is 111 (43.75% from 255 or 29.84% from 372); Blue value is 144 (56.64% from 255 or 38.71% from 372); Max value from RGB is 144 - color contains mainly: blue. Hex color #756F90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756F90 is #8A906F. Grayscale: #747474. Windows color (decimal): -9080944 or 9465717. OLE color: 9465717.

HSL color Cylindrical-coordinate representation of color #756F90: hue angle of 250.91º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #756F90 is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 117 111 144 -
CMYK 0.19 0.23 0 0.44
HSL 250.91º 0.13% 0.5% -
HSV(B) 250.91º 0.23% 0.56% -
XYZ 18.05 17.16 28.75 -
YUV 116.56 143.49 128.32 -
System Red Green Blue C M Y K H S L
Decimal 117 111 144 0.19 0.23 0 0.44 250.91 0.13 0.5
Hex 75 6F 90 13 17 0 2C FB D 32
Octal 165 157 220 23 27 0 54 373 15 62
Binary 1110101 1101111 10010000 10011 10111 0 101100 11111011 1101 110010

Color Harmonies of #756F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756F90

Black with #756F90

Text Example


Text Example

White with #756F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756F90; }

 p { color: rgb(117,111,144); }

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

background-color css

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

 a { background-color: rgb(117,111,144); }

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

border-color css

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

 span { border-color: rgb(117,111,144); }

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