Html Css Color HEX #75719B Scampi

📋 copy color: '#75719B'

red 117 ◦ green 113 ◦ blue 155

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

Shades of Scampi #75719B

Tints of Scampi #75719B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 40.26%

R = 30.39%
G = 29.35%
B = 40.26%

CMYK

 C value IS 0.25

 M value IS 0.27

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#75719B (or 0x75719B) is known color: Scampi. HEX triplet: 75, 71 and 9B. RGB value is (117,113,155). Sum of RGB (Red+Green+Blue) = 117+113+155=385 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.39% from 385); Green value is 113 (44.53% from 255 or 29.35% from 385); Blue value is 155 (60.94% from 255 or 40.26% from 385); Max value from RGB is 155 - color contains mainly: blue. Hex color #75719B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75719B is #8A8E64. Grayscale: #767676. Windows color (decimal): -9080421 or 10187125. OLE color: 10187125.

HSL color Cylindrical-coordinate representation of color #75719B: hue angle of 245.71º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #75719B is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 117 113 155 -
CMYK 0.25 0.27 0 0.39
HSL 245.71º 0.17% 0.53% -
HSV(B) 245.71º 0.27% 0.61% -
XYZ 19.16 17.96 33.47 -
YUV 118.98 148.33 126.58 -
System Red Green Blue C M Y K H S L
Decimal 117 113 155 0.25 0.27 0 0.39 245.71 0.17 0.53
Hex 75 71 9B 19 1B 0 27 F6 11 35
Octal 165 161 233 31 33 0 47 366 21 65
Binary 1110101 1110001 10011011 11001 11011 0 100111 11110110 10001 110101

Color Harmonies of #75719B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75719B

Black with #75719B

Text Example


Text Example

White with #75719B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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