Html Css Color HEX #75708C Scampi

📋 copy color: '#75708C'

red 117 ◦ green 112 ◦ blue 140

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

Shades of Scampi #75708C

Tints of Scampi #75708C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 37.94%

R = 31.71%
G = 30.35%
B = 37.94%

CMYK

 C value IS 0.16

 M value IS 0.20

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#75708C (or 0x75708C) is known color: Scampi. HEX triplet: 75, 70 and 8C. RGB value is (117,112,140). Sum of RGB (Red+Green+Blue) = 117+112+140=369 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.71% from 369); Green value is 112 (44.14% from 255 or 30.35% from 369); Blue value is 140 (55.08% from 255 or 37.94% from 369); Max value from RGB is 140 - color contains mainly: blue. Hex color #75708C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75708C is #8A8F73. Grayscale: #747474. Windows color (decimal): -9080692 or 9203829. OLE color: 9203829.

HSL color Cylindrical-coordinate representation of color #75708C: hue angle of 250.71º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #75708C is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 117 112 140 -
CMYK 0.16 0.20 0 0.45
HSL 250.71º 0.11% 0.49% -
HSV(B) 250.71º 0.2% 0.55% -
XYZ 17.86 17.26 27.2 -
YUV 116.69 141.16 128.22 -
System Red Green Blue C M Y K H S L
Decimal 117 112 140 0.16 0.20 0 0.45 250.71 0.11 0.49
Hex 75 70 8C 10 14 0 2D FB B 31
Octal 165 160 214 20 24 0 55 373 13 61
Binary 1110101 1110000 10001100 10000 10100 0 101101 11111011 1011 110001

Color Harmonies of #75708C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75708C

Black with #75708C

Text Example


Text Example

White with #75708C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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