Html Css Color HEX #75708F Scampi

📋 copy color: '#75708F'

red 117 ◦ green 112 ◦ blue 143

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

Shades of Scampi #75708F

Tints of Scampi #75708F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 38.44%

R = 31.45%
G = 30.11%
B = 38.44%

CMYK

 C value IS 0.18

 M value IS 0.22

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#75708F (or 0x75708F) is known color: Scampi. HEX triplet: 75, 70 and 8F. RGB value is (117,112,143). Sum of RGB (Red+Green+Blue) = 117+112+143=372 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.45% from 372); Green value is 112 (44.14% from 255 or 30.11% from 372); Blue value is 143 (56.25% from 255 or 38.44% from 372); Max value from RGB is 143 - color contains mainly: blue. Hex color #75708F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75708F is #8A8F70. Grayscale: #747474. Windows color (decimal): -9080689 or 9400437. OLE color: 9400437.

HSL color Cylindrical-coordinate representation of color #75708F: hue angle of 249.68º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #75708F is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 117 112 143 -
CMYK 0.18 0.22 0 0.44
HSL 249.68º 0.12% 0.5% -
HSV(B) 249.68º 0.22% 0.56% -
XYZ 18.09 17.35 28.38 -
YUV 117.03 142.66 127.98 -
System Red Green Blue C M Y K H S L
Decimal 117 112 143 0.18 0.22 0 0.44 249.68 0.12 0.5
Hex 75 70 8F 12 16 0 2C FA C 32
Octal 165 160 217 22 26 0 54 372 14 62
Binary 1110101 1110000 10001111 10010 10110 0 101100 11111010 1100 110010

Color Harmonies of #75708F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75708F

Black with #75708F

Text Example


Text Example

White with #75708F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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