Html Css Color HEX #76689A Scampi

📋 copy color: '#76689A'

red 118 ◦ green 104 ◦ blue 154

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

Shades of Scampi #76689A

Tints of Scampi #76689A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.66%

 BLUE value IS 154 (60.55% from 255) = 40.96%

R = 31.38%
G = 27.66%
B = 40.96%

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

#76689A (or 0x76689A) is known color: Scampi. HEX triplet: 76, 68 and 9A. RGB value is (118,104,154). Sum of RGB (Red+Green+Blue) = 118+104+154=376 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.38% from 376); Green value is 104 (41.02% from 255 or 27.66% from 376); Blue value is 154 (60.55% from 255 or 40.96% from 376); Max value from RGB is 154 - color contains mainly: blue. Hex color #76689A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76689A is #899765. Grayscale: #717171. Windows color (decimal): -9017190 or 10119286. OLE color: 10119286.

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

Color convert

RGB 118 104 154 -
CMYK 0.23 0.32 0 0.40
HSL 256.8º 0.2% 0.51% -
HSV(B) 256.8º 0.32% 0.6% -
XYZ 18.25 16.09 32.71 -
YUV 113.89 150.64 130.93 -
System Red Green Blue C M Y K H S L
Decimal 118 104 154 0.23 0.32 0 0.40 256.8 0.2 0.51
Hex 76 68 9A 17 20 0 28 101 14 33
Octal 166 150 232 27 40 0 50 401 24 63
Binary 1110110 1101000 10011010 10111 100000 0 101000 100000001 10100 110011

Color Harmonies of #76689A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76689A

Black with #76689A

Text Example


Text Example

White with #76689A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76689A; }

 p { color: rgb(118,104,154); }

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

background-color css

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

 a { background-color: rgb(118,104,154); }

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

border-color css

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

 span { border-color: rgb(118,104,154); }

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