Html Css Color HEX #76689E Scampi

📋 copy color: '#76689E'

red 118 ◦ green 104 ◦ blue 158

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

Shades of Scampi #76689E

Tints of Scampi #76689E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 41.58%

R = 31.05%
G = 27.37%
B = 41.58%

CMYK

 C value IS 0.25

 M value IS 0.34

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#76689E (or 0x76689E) is known color: Scampi. HEX triplet: 76, 68 and 9E. RGB value is (118,104,158). Sum of RGB (Red+Green+Blue) = 118+104+158=380 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.05% from 380); Green value is 104 (41.02% from 255 or 27.37% from 380); Blue value is 158 (62.11% from 255 or 41.58% from 380); Max value from RGB is 158 - color contains mainly: blue. Hex color #76689E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76689E is #899761. Grayscale: #727272. Windows color (decimal): -9017186 or 10381430. OLE color: 10381430.

HSL color Cylindrical-coordinate representation of color #76689E: hue angle of 255.56º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #76689E is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 118 104 158 -
CMYK 0.25 0.34 0 0.38
HSL 255.56º 0.22% 0.51% -
HSV(B) 255.56º 0.34% 0.62% -
XYZ 18.59 16.22 34.5 -
YUV 114.34 152.64 130.61 -
System Red Green Blue C M Y K H S L
Decimal 118 104 158 0.25 0.34 0 0.38 255.56 0.22 0.51
Hex 76 68 9E 19 22 0 26 100 16 33
Octal 166 150 236 31 42 0 46 400 26 63
Binary 1110110 1101000 10011110 11001 100010 0 100110 100000000 10110 110011

Color Harmonies of #76689E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76689E

Black with #76689E

Text Example


Text Example

White with #76689E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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