Html Css Color HEX #756C91 Scampi

📋 copy color: '#756C91'

red 117 ◦ green 108 ◦ blue 145

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

Shades of Scampi #756C91

Tints of Scampi #756C91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 39.19%

R = 31.62%
G = 29.19%
B = 39.19%

CMYK

 C value IS 0.19

 M value IS 0.26

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#756C91 (or 0x756C91) is known color: Scampi. HEX triplet: 75, 6C and 91. RGB value is (117,108,145). Sum of RGB (Red+Green+Blue) = 117+108+145=370 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.62% from 370); Green value is 108 (42.58% from 255 or 29.19% from 370); Blue value is 145 (57.03% from 255 or 39.19% from 370); Max value from RGB is 145 - color contains mainly: blue. Hex color #756C91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756C91 is #8A936E. Grayscale: #727272. Windows color (decimal): -9081711 or 9530485. OLE color: 9530485.

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

Color convert

RGB 117 108 145 -
CMYK 0.19 0.26 0 0.43
HSL 254.59º 0.15% 0.5% -
HSV(B) 254.59º 0.26% 0.57% -
XYZ 17.81 16.55 29.04 -
YUV 114.91 144.98 129.49 -
System Red Green Blue C M Y K H S L
Decimal 117 108 145 0.19 0.26 0 0.43 254.59 0.15 0.5
Hex 75 6C 91 13 1A 0 2B FF F 32
Octal 165 154 221 23 32 0 53 377 17 62
Binary 1110101 1101100 10010001 10011 11010 0 101011 11111111 1111 110010

Color Harmonies of #756C91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756C91

Black with #756C91

Text Example


Text Example

White with #756C91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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