Html Css Color HEX #75719D Scampi

📋 copy color: '#75719D'

red 117 ◦ green 113 ◦ blue 157

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

Shades of Scampi #75719D

Tints of Scampi #75719D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 40.57%

R = 30.23%
G = 29.2%
B = 40.57%

CMYK

 C value IS 0.25

 M value IS 0.28

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#75719D (or 0x75719D) is known color: Scampi. HEX triplet: 75, 71 and 9D. RGB value is (117,113,157). Sum of RGB (Red+Green+Blue) = 117+113+157=387 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.23% from 387); Green value is 113 (44.53% from 255 or 29.20% from 387); Blue value is 157 (61.72% from 255 or 40.57% from 387); Max value from RGB is 157 - color contains mainly: blue. Hex color #75719D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75719D is #8A8E62. Grayscale: #777777. Windows color (decimal): -9080419 or 10318197. OLE color: 10318197.

HSL color Cylindrical-coordinate representation of color #75719D: hue angle of 245.45º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #75719D is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 117 113 157 -
CMYK 0.25 0.28 0 0.38
HSL 245.45º 0.18% 0.53% -
HSV(B) 245.45º 0.28% 0.62% -
XYZ 19.33 18.03 34.36 -
YUV 119.21 149.33 126.42 -
System Red Green Blue C M Y K H S L
Decimal 117 113 157 0.25 0.28 0 0.38 245.45 0.18 0.53
Hex 75 71 9D 19 1C 0 26 F5 12 35
Octal 165 161 235 31 34 0 46 365 22 65
Binary 1110101 1110001 10011101 11001 11100 0 100110 11110101 10010 110101

Color Harmonies of #75719D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75719D

Black with #75719D

Text Example


Text Example

White with #75719D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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