Html Css Color HEX #757291 Scampi

📋 copy color: '#757291'

red 117 ◦ green 114 ◦ blue 145

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

Shades of Scampi #757291

Tints of Scampi #757291

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.32%

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

R = 31.12%
G = 30.32%
B = 38.56%

CMYK

 C value IS 0.19

 M value IS 0.21

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#757291 (or 0x757291) is known color: Scampi. HEX triplet: 75, 72 and 91. RGB value is (117,114,145). Sum of RGB (Red+Green+Blue) = 117+114+145=376 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.12% from 376); Green value is 114 (44.92% from 255 or 30.32% from 376); Blue value is 145 (57.03% from 255 or 38.56% from 376); Max value from RGB is 145 - color contains mainly: blue. Hex color #757291 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757291 is #8A8D6E. Grayscale: #767676. Windows color (decimal): -9080175 or 9532021. OLE color: 9532021.

HSL color Cylindrical-coordinate representation of color #757291: hue angle of 245.81º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #757291 is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 117 114 145 -
CMYK 0.19 0.21 0 0.43
HSL 245.81º 0.12% 0.51% -
HSV(B) 245.81º 0.21% 0.57% -
XYZ 18.46 17.86 29.26 -
YUV 118.43 142.99 126.98 -
System Red Green Blue C M Y K H S L
Decimal 117 114 145 0.19 0.21 0 0.43 245.81 0.12 0.51
Hex 75 72 91 13 15 0 2B F6 C 33
Octal 165 162 221 23 25 0 53 366 14 63
Binary 1110101 1110010 10010001 10011 10101 0 101011 11110110 1100 110011

Color Harmonies of #757291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757291

Black with #757291

Text Example


Text Example

White with #757291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757291; }

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

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

background-color css

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

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

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

border-color css

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

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

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