Html Css Color HEX #756C92 Scampi

📋 copy color: '#756C92'

red 117 ◦ green 108 ◦ blue 146

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

Shades of Scampi #756C92

Tints of Scampi #756C92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 39.35%

R = 31.54%
G = 29.11%
B = 39.35%

CMYK

 C value IS 0.20

 M value IS 0.26

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#756C92 (or 0x756C92) is known color: Scampi. HEX triplet: 75, 6C and 92. RGB value is (117,108,146). Sum of RGB (Red+Green+Blue) = 117+108+146=371 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.54% from 371); Green value is 108 (42.58% from 255 or 29.11% from 371); Blue value is 146 (57.42% from 255 or 39.35% from 371); Max value from RGB is 146 - color contains mainly: blue. Hex color #756C92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756C92 is #8A936D. Grayscale: #727272. Windows color (decimal): -9081710 or 9596021. OLE color: 9596021.

HSL color Cylindrical-coordinate representation of color #756C92: hue angle of 254.21º 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 #756C92 is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 117 108 146 -
CMYK 0.20 0.26 0 0.43
HSL 254.21º 0.15% 0.5% -
HSV(B) 254.21º 0.26% 0.57% -
XYZ 17.89 16.58 29.45 -
YUV 115.02 145.48 129.41 -
System Red Green Blue C M Y K H S L
Decimal 117 108 146 0.20 0.26 0 0.43 254.21 0.15 0.5
Hex 75 6C 92 14 1A 0 2B FE F 32
Octal 165 154 222 24 32 0 53 376 17 62
Binary 1110101 1101100 10010010 10100 11010 0 101011 11111110 1111 110010

Color Harmonies of #756C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756C92

Black with #756C92

Text Example


Text Example

White with #756C92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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