Html Css Color HEX #756892 Scampi

📋 copy color: '#756892'

red 117 ◦ green 104 ◦ blue 146

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

Shades of Scampi #756892

Tints of Scampi #756892

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.34%

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

R = 31.88%
G = 28.34%
B = 39.78%

CMYK

 C value IS 0.20

 M value IS 0.29

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#756892 (or 0x756892) is known color: Scampi. HEX triplet: 75, 68 and 92. RGB value is (117,104,146). Sum of RGB (Red+Green+Blue) = 117+104+146=367 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.88% from 367); Green value is 104 (41.02% from 255 or 28.34% from 367); Blue value is 146 (57.42% from 255 or 39.78% from 367); Max value from RGB is 146 - color contains mainly: blue. Hex color #756892 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756892 is #8A976D. Grayscale: #707070. Windows color (decimal): -9082734 or 9594997. OLE color: 9594997.

HSL color Cylindrical-coordinate representation of color #756892: hue angle of 258.57º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #756892 is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 117 104 146 -
CMYK 0.20 0.29 0 0.43
HSL 258.57º 0.17% 0.49% -
HSV(B) 258.57º 0.29% 0.57% -
XYZ 17.47 15.76 29.31 -
YUV 112.68 146.81 131.08 -
System Red Green Blue C M Y K H S L
Decimal 117 104 146 0.20 0.29 0 0.43 258.57 0.17 0.49
Hex 75 68 92 14 1D 0 2B 103 11 31
Octal 165 150 222 24 35 0 53 403 21 61
Binary 1110101 1101000 10010010 10100 11101 0 101011 100000011 10001 110001

Color Harmonies of #756892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756892

Black with #756892

Text Example


Text Example

White with #756892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756892; }

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

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

background-color css

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

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

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

border-color css

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

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

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