Html Css Color HEX #756B90 Scampi

📋 copy color: '#756B90'

red 117 ◦ green 107 ◦ blue 144

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

Shades of Scampi #756B90

Tints of Scampi #756B90

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.08%

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

R = 31.79%
G = 29.08%
B = 39.13%

CMYK

 C value IS 0.19

 M value IS 0.26

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#756B90 (or 0x756B90) is known color: Scampi. HEX triplet: 75, 6B and 90. RGB value is (117,107,144). Sum of RGB (Red+Green+Blue) = 117+107+144=368 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.79% from 368); Green value is 107 (42.19% from 255 or 29.08% from 368); Blue value is 144 (56.64% from 255 or 39.13% from 368); Max value from RGB is 144 - color contains mainly: blue. Hex color #756B90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756B90 is #8A946F. Grayscale: #727272. Windows color (decimal): -9081968 or 9464693. OLE color: 9464693.

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

Color convert

RGB 117 107 144 -
CMYK 0.19 0.26 0 0.44
HSL 256.22º 0.15% 0.49% -
HSV(B) 256.22º 0.26% 0.56% -
XYZ 17.63 16.31 28.6 -
YUV 114.21 144.81 129.99 -
System Red Green Blue C M Y K H S L
Decimal 117 107 144 0.19 0.26 0 0.44 256.22 0.15 0.49
Hex 75 6B 90 13 1A 0 2C 100 F 31
Octal 165 153 220 23 32 0 54 400 17 61
Binary 1110101 1101011 10010000 10011 11010 0 101100 100000000 1111 110001

Color Harmonies of #756B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756B90

Black with #756B90

Text Example


Text Example

White with #756B90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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