Html Css Color HEX #75748B Scampi

📋 copy color: '#75748B'

red 117 ◦ green 116 ◦ blue 139

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

Shades of Scampi #75748B

Tints of Scampi #75748B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.18%

 BLUE value IS 139 (54.69% from 255) = 37.37%

R = 31.45%
G = 31.18%
B = 37.37%

CMYK

 C value IS 0.16

 M value IS 0.17

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#75748B (or 0x75748B) is known color: Scampi. HEX triplet: 75, 74 and 8B. RGB value is (117,116,139). Sum of RGB (Red+Green+Blue) = 117+116+139=372 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.45% from 372); Green value is 116 (45.70% from 255 or 31.18% from 372); Blue value is 139 (54.69% from 255 or 37.37% from 372); Max value from RGB is 139 - color contains mainly: blue. Hex color #75748B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75748B is #8A8B74. Grayscale: #767676. Windows color (decimal): -9079669 or 9139317. OLE color: 9139317.

HSL color Cylindrical-coordinate representation of color #75748B: hue angle of 242.61º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #75748B is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 117 116 139 -
CMYK 0.16 0.17 0 0.45
HSL 242.61º 0.09% 0.5% -
HSV(B) 242.61º 0.17% 0.55% -
XYZ 18.24 18.14 26.97 -
YUV 118.92 139.33 126.63 -
System Red Green Blue C M Y K H S L
Decimal 117 116 139 0.16 0.17 0 0.45 242.61 0.09 0.5
Hex 75 74 8B 10 11 0 2D F3 9 32
Octal 165 164 213 20 21 0 55 363 11 62
Binary 1110101 1110100 10001011 10000 10001 0 101101 11110011 1001 110010

Color Harmonies of #75748B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75748B

Black with #75748B

Text Example


Text Example

White with #75748B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75748B; }

 p { color: rgb(117,116,139); }

 H1.HeaderClassName
 {
   color: #75748B;
 }
 .AnyTagClassName
 {
   color: #75748B;
 }
</style>

background-color css

<style>
 a { background-color: #75748B; }

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

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

border-color css

<style>
 span { border-color: #75748B; }

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

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