Html Css Color HEX #75759D Scampi

📋 copy color: '#75759D'

red 117 ◦ green 117 ◦ blue 157

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

Shades of Scampi #75759D

Tints of Scampi #75759D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.92%

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

R = 29.92%
G = 29.92%
B = 40.15%

CMYK

 C value IS 0.25

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#75759D (or 0x75759D) is known color: Scampi. HEX triplet: 75, 75 and 9D. RGB value is (117,117,157). Sum of RGB (Red+Green+Blue) = 117+117+157=391 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.92% from 391); Green value is 117 (46.09% from 255 or 29.92% from 391); Blue value is 157 (61.72% from 255 or 40.15% from 391); Max value from RGB is 157 - color contains mainly: blue. Hex color #75759D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75759D is #8A8A62. Grayscale: #797979. Windows color (decimal): -9079395 or 10319221. OLE color: 10319221.

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

Color convert

RGB 117 117 157 -
CMYK 0.25 0.25 0 0.38
HSL 240º 0.17% 0.54% -
HSV(B) 240º 0.25% 0.62% -
XYZ 19.78 18.94 34.51 -
YUV 121.56 148 124.75 -
System Red Green Blue C M Y K H S L
Decimal 117 117 157 0.25 0.25 0 0.38 240 0.17 0.54
Hex 75 75 9D 19 19 0 26 F0 11 36
Octal 165 165 235 31 31 0 46 360 21 66
Binary 1110101 1110101 10011101 11001 11001 0 100110 11110000 10001 110110

Color Harmonies of #75759D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75759D

Black with #75759D

Text Example


Text Example

White with #75759D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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