Html Css Color HEX #75708D Scampi

📋 copy color: '#75708D'

red 117 ◦ green 112 ◦ blue 141

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

Shades of Scampi #75708D

Tints of Scampi #75708D

RGB

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

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

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

R = 31.62%
G = 30.27%
B = 38.11%

CMYK

 C value IS 0.17

 M value IS 0.21

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#75708D (or 0x75708D) is known color: Scampi. HEX triplet: 75, 70 and 8D. RGB value is (117,112,141). Sum of RGB (Red+Green+Blue) = 117+112+141=370 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.62% from 370); Green value is 112 (44.14% from 255 or 30.27% from 370); Blue value is 141 (55.47% from 255 or 38.11% from 370); Max value from RGB is 141 - color contains mainly: blue. Hex color #75708D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75708D is #8A8F72. Grayscale: #747474. Windows color (decimal): -9080691 or 9269365. OLE color: 9269365.

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

Color convert

RGB 117 112 141 -
CMYK 0.17 0.21 0 0.45
HSL 250.34º 0.11% 0.5% -
HSV(B) 250.34º 0.21% 0.55% -
XYZ 17.94 17.29 27.59 -
YUV 116.8 141.66 128.14 -
System Red Green Blue C M Y K H S L
Decimal 117 112 141 0.17 0.21 0 0.45 250.34 0.11 0.5
Hex 75 70 8D 11 15 0 2D FA B 32
Octal 165 160 215 21 25 0 55 372 13 62
Binary 1110101 1110000 10001101 10001 10101 0 101101 11111010 1011 110010

Color Harmonies of #75708D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75708D

Black with #75708D

Text Example


Text Example

White with #75708D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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