Html Css Color HEX #757492 Scampi

📋 copy color: '#757492'

red 117 ◦ green 116 ◦ blue 146

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

Shades of Scampi #757492

Tints of Scampi #757492

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.61%

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

R = 30.87%
G = 30.61%
B = 38.52%

CMYK

 C value IS 0.20

 M value IS 0.21

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#757492 (or 0x757492) is known color: Scampi. HEX triplet: 75, 74 and 92. RGB value is (117,116,146). Sum of RGB (Red+Green+Blue) = 117+116+146=379 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.87% from 379); Green value is 116 (45.70% from 255 or 30.61% from 379); Blue value is 146 (57.42% from 255 or 38.52% from 379); Max value from RGB is 146 - color contains mainly: blue. Hex color #757492 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757492 is #8A8B6D. Grayscale: #777777. Windows color (decimal): -9079662 or 9598069. OLE color: 9598069.

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

Color convert

RGB 117 116 146 -
CMYK 0.20 0.21 0 0.43
HSL 242º 0.12% 0.51% -
HSV(B) 242º 0.21% 0.57% -
XYZ 18.77 18.35 29.75 -
YUV 119.72 142.83 126.06 -
System Red Green Blue C M Y K H S L
Decimal 117 116 146 0.20 0.21 0 0.43 242 0.12 0.51
Hex 75 74 92 14 15 0 2B F2 C 33
Octal 165 164 222 24 25 0 53 362 14 63
Binary 1110101 1110100 10010010 10100 10101 0 101011 11110010 1100 110011

Color Harmonies of #757492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757492

Black with #757492

Text Example


Text Example

White with #757492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757492; }

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

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

background-color css

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

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

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

border-color css

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

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

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