Html Css Color HEX #75739F Scampi

📋 copy color: '#75739F'

red 117 ◦ green 115 ◦ blue 159

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

Shades of Scampi #75739F

Tints of Scampi #75739F

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.41%

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

R = 29.92%
G = 29.41%
B = 40.66%

CMYK

 C value IS 0.26

 M value IS 0.28

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#75739F (or 0x75739F) is known color: Scampi. HEX triplet: 75, 73 and 9F. RGB value is (117,115,159). Sum of RGB (Red+Green+Blue) = 117+115+159=391 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.92% from 391); Green value is 115 (45.31% from 255 or 29.41% from 391); Blue value is 159 (62.5% from 255 or 40.66% from 391); Max value from RGB is 159 - color contains mainly: blue. Hex color #75739F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75739F is #8A8C60. Grayscale: #787878. Windows color (decimal): -9079905 or 10449781. OLE color: 10449781.

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

Color convert

RGB 117 115 159 -
CMYK 0.26 0.28 0 0.38
HSL 242.73º 0.19% 0.54% -
HSV(B) 242.73º 0.28% 0.62% -
XYZ 19.72 18.55 35.34 -
YUV 120.61 149.66 125.42 -
System Red Green Blue C M Y K H S L
Decimal 117 115 159 0.26 0.28 0 0.38 242.73 0.19 0.54
Hex 75 73 9F 1A 1C 0 26 F3 13 36
Octal 165 163 237 32 34 0 46 363 23 66
Binary 1110101 1110011 10011111 11010 11100 0 100110 11110011 10011 110110

Color Harmonies of #75739F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75739F

Black with #75739F

Text Example


Text Example

White with #75739F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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