Html Css Color HEX #75739D Scampi

📋 copy color: '#75739D'

red 117 ◦ green 115 ◦ blue 157

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

Shades of Scampi #75739D

Tints of Scampi #75739D

RGB

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

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

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

R = 30.08%
G = 29.56%
B = 40.36%

CMYK

 C value IS 0.25

 M value IS 0.27

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#75739D (or 0x75739D) is known color: Scampi. HEX triplet: 75, 73 and 9D. RGB value is (117,115,157). Sum of RGB (Red+Green+Blue) = 117+115+157=389 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.08% from 389); Green value is 115 (45.31% from 255 or 29.56% from 389); Blue value is 157 (61.72% from 255 or 40.36% from 389); Max value from RGB is 157 - color contains mainly: blue. Hex color #75739D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75739D is #8A8C62. Grayscale: #787878. Windows color (decimal): -9079907 or 10318709. OLE color: 10318709.

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

Color convert

RGB 117 115 157 -
CMYK 0.25 0.27 0 0.38
HSL 242.86º 0.18% 0.53% -
HSV(B) 242.86º 0.27% 0.62% -
XYZ 19.55 18.48 34.43 -
YUV 120.39 148.66 125.58 -
System Red Green Blue C M Y K H S L
Decimal 117 115 157 0.25 0.27 0 0.38 242.86 0.18 0.53
Hex 75 73 9D 19 1B 0 26 F3 12 35
Octal 165 163 235 31 33 0 46 363 22 65
Binary 1110101 1110011 10011101 11001 11011 0 100110 11110011 10010 110101

Color Harmonies of #75739D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75739D

Black with #75739D

Text Example


Text Example

White with #75739D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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