Html Css Color HEX #75709F Scampi

📋 copy color: '#75709F'

red 117 ◦ green 112 ◦ blue 159

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

Shades of Scampi #75709F

Tints of Scampi #75709F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 40.98%

R = 30.15%
G = 28.87%
B = 40.98%

CMYK

 C value IS 0.26

 M value IS 0.30

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#75709F (or 0x75709F) is known color: Scampi. HEX triplet: 75, 70 and 9F. RGB value is (117,112,159). Sum of RGB (Red+Green+Blue) = 117+112+159=388 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.15% from 388); Green value is 112 (44.14% from 255 or 28.87% from 388); Blue value is 159 (62.5% from 255 or 40.98% from 388); Max value from RGB is 159 - color contains mainly: blue. Hex color #75709F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75709F is #8A8F60. Grayscale: #767676. Windows color (decimal): -9080673 or 10449013. OLE color: 10449013.

HSL color Cylindrical-coordinate representation of color #75709F: hue angle of 246.38º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #75709F is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 117 112 159 -
CMYK 0.26 0.30 0 0.38
HSL 246.38º 0.2% 0.53% -
HSV(B) 246.38º 0.3% 0.62% -
XYZ 19.39 17.87 35.23 -
YUV 118.85 150.66 126.68 -
System Red Green Blue C M Y K H S L
Decimal 117 112 159 0.26 0.30 0 0.38 246.38 0.2 0.53
Hex 75 70 9F 1A 1E 0 26 F6 14 35
Octal 165 160 237 32 36 0 46 366 24 65
Binary 1110101 1110000 10011111 11010 11110 0 100110 11110110 10100 110101

Color Harmonies of #75709F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75709F

Black with #75709F

Text Example


Text Example

White with #75709F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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