Html Css Color HEX #756798 Scampi

📋 copy color: '#756798'

red 117 ◦ green 103 ◦ blue 152

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

Shades of Scampi #756798

Tints of Scampi #756798

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.69%

 BLUE value IS 152 (59.77% from 255) = 40.86%

R = 31.45%
G = 27.69%
B = 40.86%

CMYK

 C value IS 0.23

 M value IS 0.32

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#756798 (or 0x756798) is known color: Scampi. HEX triplet: 75, 67 and 98. RGB value is (117,103,152). Sum of RGB (Red+Green+Blue) = 117+103+152=372 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.45% from 372); Green value is 103 (40.62% from 255 or 27.69% from 372); Blue value is 152 (59.77% from 255 or 40.86% from 372); Max value from RGB is 152 - color contains mainly: blue. Hex color #756798 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756798 is #8A9867. Grayscale: #707070. Windows color (decimal): -9082984 or 9987957. OLE color: 9987957.

HSL color Cylindrical-coordinate representation of color #756798: hue angle of 257.14º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #756798 is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 117 103 152 -
CMYK 0.23 0.32 0 0.40
HSL 257.14º 0.19% 0.5% -
HSV(B) 257.14º 0.32% 0.6% -
XYZ 17.85 15.75 31.8 -
YUV 112.77 150.14 131.02 -
System Red Green Blue C M Y K H S L
Decimal 117 103 152 0.23 0.32 0 0.40 257.14 0.19 0.5
Hex 75 67 98 17 20 0 28 101 13 32
Octal 165 147 230 27 40 0 50 401 23 62
Binary 1110101 1100111 10011000 10111 100000 0 101000 100000001 10011 110010

Color Harmonies of #756798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756798

Black with #756798

Text Example


Text Example

White with #756798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756798; }

 p { color: rgb(117,103,152); }

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

background-color css

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

 a { background-color: rgb(117,103,152); }

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

border-color css

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

 span { border-color: rgb(117,103,152); }

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