Html Css Color HEX #75718E Scampi

📋 copy color: '#75718E'

red 117 ◦ green 113 ◦ blue 142

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

Shades of Scampi #75718E

Tints of Scampi #75718E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.38%

 BLUE value IS 142 (55.86% from 255) = 38.17%

R = 31.45%
G = 30.38%
B = 38.17%

CMYK

 C value IS 0.18

 M value IS 0.20

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#75718E (or 0x75718E) is known color: Scampi. HEX triplet: 75, 71 and 8E. RGB value is (117,113,142). Sum of RGB (Red+Green+Blue) = 117+113+142=372 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.45% from 372); Green value is 113 (44.53% from 255 or 30.38% from 372); Blue value is 142 (55.86% from 255 or 38.17% from 372); Max value from RGB is 142 - color contains mainly: blue. Hex color #75718E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75718E is #8A8E71. Grayscale: #757575. Windows color (decimal): -9080434 or 9335157. OLE color: 9335157.

HSL color Cylindrical-coordinate representation of color #75718E: hue angle of 248.28º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #75718E is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 117 113 142 -
CMYK 0.18 0.20 0 0.44
HSL 248.28º 0.11% 0.5% -
HSV(B) 248.28º 0.2% 0.56% -
XYZ 18.12 17.55 28.02 -
YUV 117.5 141.83 127.64 -
System Red Green Blue C M Y K H S L
Decimal 117 113 142 0.18 0.20 0 0.44 248.28 0.11 0.5
Hex 75 71 8E 12 14 0 2C F8 B 32
Octal 165 161 216 22 24 0 54 370 13 62
Binary 1110101 1110001 10001110 10010 10100 0 101100 11111000 1011 110010

Color Harmonies of #75718E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75718E

Black with #75718E

Text Example


Text Example

White with #75718E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75718E; }

 p { color: rgb(117,113,142); }

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

background-color css

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

 a { background-color: rgb(117,113,142); }

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

border-color css

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

 span { border-color: rgb(117,113,142); }

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