Html Css Color HEX #756C90 Scampi

📋 copy color: '#756C90'

red 117 ◦ green 108 ◦ blue 144

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

Shades of Scampi #756C90

Tints of Scampi #756C90

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.27%

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

R = 31.71%
G = 29.27%
B = 39.02%

CMYK

 C value IS 0.19

 M value IS 0.25

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#756C90 (or 0x756C90) is known color: Scampi. HEX triplet: 75, 6C and 90. RGB value is (117,108,144). Sum of RGB (Red+Green+Blue) = 117+108+144=369 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.71% from 369); Green value is 108 (42.58% from 255 or 29.27% from 369); Blue value is 144 (56.64% from 255 or 39.02% from 369); Max value from RGB is 144 - color contains mainly: blue. Hex color #756C90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756C90 is #8A936F. Grayscale: #727272. Windows color (decimal): -9081712 or 9464949. OLE color: 9464949.

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

Color convert

RGB 117 108 144 -
CMYK 0.19 0.25 0 0.44
HSL 255º 0.14% 0.49% -
HSV(B) 255º 0.25% 0.56% -
XYZ 17.73 16.52 28.64 -
YUV 114.8 144.48 129.57 -
System Red Green Blue C M Y K H S L
Decimal 117 108 144 0.19 0.25 0 0.44 255 0.14 0.49
Hex 75 6C 90 13 19 0 2C FF E 31
Octal 165 154 220 23 31 0 54 377 16 61
Binary 1110101 1101100 10010000 10011 11001 0 101100 11111111 1110 110001

Color Harmonies of #756C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756C90

Black with #756C90

Text Example


Text Example

White with #756C90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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