Html Css Color HEX #75728D Scampi

📋 copy color: '#75728D'

red 117 ◦ green 114 ◦ blue 141

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

Shades of Scampi #75728D

Tints of Scampi #75728D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 37.9%

R = 31.45%
G = 30.65%
B = 37.9%

CMYK

 C value IS 0.17

 M value IS 0.19

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#75728D (or 0x75728D) is known color: Scampi. HEX triplet: 75, 72 and 8D. RGB value is (117,114,141). Sum of RGB (Red+Green+Blue) = 117+114+141=372 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.45% from 372); Green value is 114 (44.92% from 255 or 30.65% from 372); Blue value is 141 (55.47% from 255 or 37.90% from 372); Max value from RGB is 141 - color contains mainly: blue. Hex color #75728D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75728D is #8A8D72. Grayscale: #757575. Windows color (decimal): -9080179 or 9269877. OLE color: 9269877.

HSL color Cylindrical-coordinate representation of color #75728D: hue angle of 246.67º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #75728D is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 117 114 141 -
CMYK 0.17 0.19 0 0.45
HSL 246.67º 0.11% 0.5% -
HSV(B) 246.67º 0.19% 0.55% -
XYZ 18.16 17.74 27.67 -
YUV 117.98 140.99 127.3 -
System Red Green Blue C M Y K H S L
Decimal 117 114 141 0.17 0.19 0 0.45 246.67 0.11 0.5
Hex 75 72 8D 11 13 0 2D F7 B 32
Octal 165 162 215 21 23 0 55 367 13 62
Binary 1110101 1110010 10001101 10001 10011 0 101101 11110111 1011 110010

Color Harmonies of #75728D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75728D

Black with #75728D

Text Example


Text Example

White with #75728D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75728D; }

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

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

background-color css

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

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

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

border-color css

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

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

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