Html Css Color HEX #76689F Scampi

📋 copy color: '#76689F'

red 118 ◦ green 104 ◦ blue 159

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

Shades of Scampi #76689F

Tints of Scampi #76689F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 41.73%

R = 30.97%
G = 27.3%
B = 41.73%

CMYK

 C value IS 0.26

 M value IS 0.35

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#76689F (or 0x76689F) is known color: Scampi. HEX triplet: 76, 68 and 9F. RGB value is (118,104,159). Sum of RGB (Red+Green+Blue) = 118+104+159=381 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.97% from 381); Green value is 104 (41.02% from 255 or 27.30% from 381); Blue value is 159 (62.5% from 255 or 41.73% from 381); Max value from RGB is 159 - color contains mainly: blue. Hex color #76689F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76689F is #899760. Grayscale: #727272. Windows color (decimal): -9017185 or 10446966. OLE color: 10446966.

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

Color convert

RGB 118 104 159 -
CMYK 0.26 0.35 0 0.38
HSL 255.27º 0.22% 0.52% -
HSV(B) 255.27º 0.35% 0.62% -
XYZ 18.68 16.26 34.95 -
YUV 114.46 153.14 130.53 -
System Red Green Blue C M Y K H S L
Decimal 118 104 159 0.26 0.35 0 0.38 255.27 0.22 0.52
Hex 76 68 9F 1A 23 0 26 FF 16 34
Octal 166 150 237 32 43 0 46 377 26 64
Binary 1110110 1101000 10011111 11010 100011 0 100110 11111111 10110 110100

Color Harmonies of #76689F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76689F

Black with #76689F

Text Example


Text Example

White with #76689F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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