Html Css Color HEX #756D92 Scampi

📋 copy color: '#756D92'

red 117 ◦ green 109 ◦ blue 146

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

Shades of Scampi #756D92

Tints of Scampi #756D92

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.3%

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

R = 31.45%
G = 29.3%
B = 39.25%

CMYK

 C value IS 0.20

 M value IS 0.25

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#756D92 (or 0x756D92) is known color: Scampi. HEX triplet: 75, 6D and 92. RGB value is (117,109,146). Sum of RGB (Red+Green+Blue) = 117+109+146=372 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.45% from 372); Green value is 109 (42.97% from 255 or 29.30% from 372); Blue value is 146 (57.42% from 255 or 39.25% from 372); Max value from RGB is 146 - color contains mainly: blue. Hex color #756D92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756D92 is #8A926D. Grayscale: #737373. Windows color (decimal): -9081454 or 9596277. OLE color: 9596277.

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

Color convert

RGB 117 109 146 -
CMYK 0.20 0.25 0 0.43
HSL 252.97º 0.15% 0.5% -
HSV(B) 252.97º 0.25% 0.57% -
XYZ 17.99 16.79 29.49 -
YUV 115.61 145.15 128.99 -
System Red Green Blue C M Y K H S L
Decimal 117 109 146 0.20 0.25 0 0.43 252.97 0.15 0.5
Hex 75 6D 92 14 19 0 2B FD F 32
Octal 165 155 222 24 31 0 53 375 17 62
Binary 1110101 1101101 10010010 10100 11001 0 101011 11111101 1111 110010

Color Harmonies of #756D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756D92

Black with #756D92

Text Example


Text Example

White with #756D92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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