Html Css Color HEX #75719C Scampi

📋 copy color: '#75719C'

red 117 ◦ green 113 ◦ blue 156

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

Shades of Scampi #75719C

Tints of Scampi #75719C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.27%

 BLUE value IS 156 (61.33% from 255) = 40.41%

R = 30.31%
G = 29.27%
B = 40.41%

CMYK

 C value IS 0.25

 M value IS 0.28

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#75719C (or 0x75719C) is known color: Scampi. HEX triplet: 75, 71 and 9C. RGB value is (117,113,156). Sum of RGB (Red+Green+Blue) = 117+113+156=386 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.31% from 386); Green value is 113 (44.53% from 255 or 29.27% from 386); Blue value is 156 (61.33% from 255 or 40.41% from 386); Max value from RGB is 156 - color contains mainly: blue. Hex color #75719C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75719C is #8A8E63. Grayscale: #767676. Windows color (decimal): -9080420 or 10252661. OLE color: 10252661.

HSL color Cylindrical-coordinate representation of color #75719C: hue angle of 245.58º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #75719C is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 117 113 156 -
CMYK 0.25 0.28 0 0.39
HSL 245.58º 0.18% 0.53% -
HSV(B) 245.58º 0.28% 0.61% -
XYZ 19.24 17.99 33.91 -
YUV 119.1 148.83 126.5 -
System Red Green Blue C M Y K H S L
Decimal 117 113 156 0.25 0.28 0 0.39 245.58 0.18 0.53
Hex 75 71 9C 19 1C 0 27 F6 12 35
Octal 165 161 234 31 34 0 47 366 22 65
Binary 1110101 1110001 10011100 11001 11100 0 100111 11110110 10010 110101

Color Harmonies of #75719C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75719C

Black with #75719C

Text Example


Text Example

White with #75719C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75719C; }

 p { color: rgb(117,113,156); }

 H1.HeaderClassName
 {
   color: #75719C;
 }
 .AnyTagClassName
 {
   color: #75719C;
 }
</style>

background-color css

<style>
 a { background-color: #75719C; }

 a { background-color: rgb(117,113,156); }

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

border-color css

<style>
 span { border-color: #75719C; }

 span { border-color: rgb(117,113,156); }

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