Html Css Color HEX #75738D Scampi

📋 copy color: '#75738D'

red 117 ◦ green 115 ◦ blue 141

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

Shades of Scampi #75738D

Tints of Scampi #75738D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 37.8%

R = 31.37%
G = 30.83%
B = 37.8%

CMYK

 C value IS 0.17

 M value IS 0.18

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#75738D (or 0x75738D) is known color: Scampi. HEX triplet: 75, 73 and 8D. RGB value is (117,115,141). Sum of RGB (Red+Green+Blue) = 117+115+141=373 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.37% from 373); Green value is 115 (45.31% from 255 or 30.83% from 373); Blue value is 141 (55.47% from 255 or 37.80% from 373); Max value from RGB is 141 - color contains mainly: blue. Hex color #75738D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75738D is #8A8C72. Grayscale: #767676. Windows color (decimal): -9079923 or 9270133. OLE color: 9270133.

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

Color convert

RGB 117 115 141 -
CMYK 0.17 0.18 0 0.45
HSL 244.62º 0.1% 0.5% -
HSV(B) 244.62º 0.18% 0.55% -
XYZ 18.27 17.97 27.7 -
YUV 118.56 140.66 126.89 -
System Red Green Blue C M Y K H S L
Decimal 117 115 141 0.17 0.18 0 0.45 244.62 0.1 0.5
Hex 75 73 8D 11 12 0 2D F5 A 32
Octal 165 163 215 21 22 0 55 365 12 62
Binary 1110101 1110011 10001101 10001 10010 0 101101 11110101 1010 110010

Color Harmonies of #75738D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75738D

Black with #75738D

Text Example


Text Example

White with #75738D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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