Html Css Color HEX #75738F Scampi

📋 copy color: '#75738F'

red 117 ◦ green 115 ◦ blue 143

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

Shades of Scampi #75738F

Tints of Scampi #75738F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 38.13%

R = 31.2%
G = 30.67%
B = 38.13%

CMYK

 C value IS 0.18

 M value IS 0.20

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#75738F (or 0x75738F) is known color: Scampi. HEX triplet: 75, 73 and 8F. RGB value is (117,115,143). Sum of RGB (Red+Green+Blue) = 117+115+143=375 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.2% from 375); Green value is 115 (45.31% from 255 or 30.67% from 375); Blue value is 143 (56.25% from 255 or 38.13% from 375); Max value from RGB is 143 - color contains mainly: blue. Hex color #75738F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75738F is #8A8C70. Grayscale: #767676. Windows color (decimal): -9079921 or 9401205. OLE color: 9401205.

HSL color Cylindrical-coordinate representation of color #75738F: hue angle of 244.29º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #75738F is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 117 115 143 -
CMYK 0.18 0.20 0 0.44
HSL 244.29º 0.11% 0.51% -
HSV(B) 244.29º 0.2% 0.56% -
XYZ 18.42 18.03 28.49 -
YUV 118.79 141.66 126.72 -
System Red Green Blue C M Y K H S L
Decimal 117 115 143 0.18 0.20 0 0.44 244.29 0.11 0.51
Hex 75 73 8F 12 14 0 2C F4 B 33
Octal 165 163 217 22 24 0 54 364 13 63
Binary 1110101 1110011 10001111 10010 10100 0 101100 11110100 1011 110011

Color Harmonies of #75738F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75738F

Black with #75738F

Text Example


Text Example

White with #75738F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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