Html Css Color HEX #75659E Scampi

📋 copy color: '#75659E'

red 117 ◦ green 101 ◦ blue 158

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

Shades of Scampi #75659E

Tints of Scampi #75659E

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.86%

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

R = 31.12%
G = 26.86%
B = 42.02%

CMYK

 C value IS 0.26

 M value IS 0.36

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#75659E (or 0x75659E) is known color: Scampi. HEX triplet: 75, 65 and 9E. RGB value is (117,101,158). Sum of RGB (Red+Green+Blue) = 117+101+158=376 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.12% from 376); Green value is 101 (39.84% from 255 or 26.86% from 376); Blue value is 158 (62.11% from 255 or 42.02% from 376); Max value from RGB is 158 - color contains mainly: blue. Hex color #75659E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75659E is #8A9A61. Grayscale: #707070. Windows color (decimal): -9083490 or 10380661. OLE color: 10380661.

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

Color convert

RGB 117 101 158 -
CMYK 0.26 0.36 0 0.38
HSL 256.84º 0.23% 0.51% -
HSV(B) 256.84º 0.36% 0.62% -
XYZ 18.16 15.56 34.39 -
YUV 112.28 153.8 131.37 -
System Red Green Blue C M Y K H S L
Decimal 117 101 158 0.26 0.36 0 0.38 256.84 0.23 0.51
Hex 75 65 9E 1A 24 0 26 101 17 33
Octal 165 145 236 32 44 0 46 401 27 63
Binary 1110101 1100101 10011110 11010 100100 0 100110 100000001 10111 110011

Color Harmonies of #75659E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75659E

Black with #75659E

Text Example


Text Example

White with #75659E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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