Html Css Color HEX #766798 Scampi

📋 copy color: '#766798'

red 118 ◦ green 103 ◦ blue 152

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

Shades of Scampi #766798

Tints of Scampi #766798

RGB

 RED value IS 118 (46.48% from 255) = 31.64%

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

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

R = 31.64%
G = 27.61%
B = 40.75%

CMYK

 C value IS 0.22

 M value IS 0.32

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#766798 (or 0x766798) is known color: Scampi. HEX triplet: 76, 67 and 98. RGB value is (118,103,152). Sum of RGB (Red+Green+Blue) = 118+103+152=373 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.64% from 373); Green value is 103 (40.62% from 255 or 27.61% from 373); Blue value is 152 (59.77% from 255 or 40.75% from 373); Max value from RGB is 152 - color contains mainly: blue. Hex color #766798 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766798 is #899867. Grayscale: #707070. Windows color (decimal): -9017448 or 9987958. OLE color: 9987958.

HSL color Cylindrical-coordinate representation of color #766798: hue angle of 258.37º 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 #766798 is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 118 103 152 -
CMYK 0.22 0.32 0 0.40
HSL 258.37º 0.19% 0.5% -
HSV(B) 258.37º 0.32% 0.6% -
XYZ 17.99 15.82 31.81 -
YUV 113.07 149.97 131.52 -
System Red Green Blue C M Y K H S L
Decimal 118 103 152 0.22 0.32 0 0.40 258.37 0.19 0.5
Hex 76 67 98 16 20 0 28 102 13 32
Octal 166 147 230 26 40 0 50 402 23 62
Binary 1110110 1100111 10011000 10110 100000 0 101000 100000010 10011 110010

Color Harmonies of #766798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766798

Black with #766798

Text Example


Text Example

White with #766798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766798; }

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

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

background-color css

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

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

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

border-color css

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

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

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