Html Css Color HEX #757091 Scampi

📋 copy color: '#757091'

red 117 ◦ green 112 ◦ blue 145

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

Shades of Scampi #757091

Tints of Scampi #757091

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.95%

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

R = 31.28%
G = 29.95%
B = 38.77%

CMYK

 C value IS 0.19

 M value IS 0.23

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#757091 (or 0x757091) is known color: Scampi. HEX triplet: 75, 70 and 91. RGB value is (117,112,145). Sum of RGB (Red+Green+Blue) = 117+112+145=374 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.28% from 374); Green value is 112 (44.14% from 255 or 29.95% from 374); Blue value is 145 (57.03% from 255 or 38.77% from 374); Max value from RGB is 145 - color contains mainly: blue. Hex color #757091 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757091 is #8A8F6E. Grayscale: #757575. Windows color (decimal): -9080687 or 9531509. OLE color: 9531509.

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

Color convert

RGB 117 112 145 -
CMYK 0.19 0.23 0 0.43
HSL 249.09º 0.13% 0.5% -
HSV(B) 249.09º 0.23% 0.57% -
XYZ 18.24 17.41 29.19 -
YUV 117.26 143.66 127.82 -
System Red Green Blue C M Y K H S L
Decimal 117 112 145 0.19 0.23 0 0.43 249.09 0.13 0.5
Hex 75 70 91 13 17 0 2B F9 D 32
Octal 165 160 221 23 27 0 53 371 15 62
Binary 1110101 1110000 10010001 10011 10111 0 101011 11111001 1101 110010

Color Harmonies of #757091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757091

Black with #757091

Text Example


Text Example

White with #757091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757091; }

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

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

background-color css

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

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

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

border-color css

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

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

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