Html Css Color HEX #75709E Scampi

📋 copy color: '#75709E'

red 117 ◦ green 112 ◦ blue 158

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

Shades of Scampi #75709E

Tints of Scampi #75709E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 40.83%

R = 30.23%
G = 28.94%
B = 40.83%

CMYK

 C value IS 0.26

 M value IS 0.29

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#75709E (or 0x75709E) is known color: Scampi. HEX triplet: 75, 70 and 9E. RGB value is (117,112,158). Sum of RGB (Red+Green+Blue) = 117+112+158=387 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.23% from 387); Green value is 112 (44.14% from 255 or 28.94% from 387); Blue value is 158 (62.11% from 255 or 40.83% from 387); Max value from RGB is 158 - color contains mainly: blue. Hex color #75709E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75709E is #8A8F61. Grayscale: #767676. Windows color (decimal): -9080674 or 10383477. OLE color: 10383477.

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

Color convert

RGB 117 112 158 -
CMYK 0.26 0.29 0 0.38
HSL 246.52º 0.19% 0.53% -
HSV(B) 246.52º 0.29% 0.62% -
XYZ 19.3 17.84 34.77 -
YUV 118.74 150.16 126.76 -
System Red Green Blue C M Y K H S L
Decimal 117 112 158 0.26 0.29 0 0.38 246.52 0.19 0.53
Hex 75 70 9E 1A 1D 0 26 F7 13 35
Octal 165 160 236 32 35 0 46 367 23 65
Binary 1110101 1110000 10011110 11010 11101 0 100110 11110111 10011 110101

Color Harmonies of #75709E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75709E

Black with #75709E

Text Example


Text Example

White with #75709E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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