Html Css Color HEX #76699B Scampi

📋 copy color: '#76699B'

red 118 ◦ green 105 ◦ blue 155

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

Shades of Scampi #76699B

Tints of Scampi #76699B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.78%

 BLUE value IS 155 (60.94% from 255) = 41.01%

R = 31.22%
G = 27.78%
B = 41.01%

CMYK

 C value IS 0.24

 M value IS 0.32

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#76699B (or 0x76699B) is known color: Scampi. HEX triplet: 76, 69 and 9B. RGB value is (118,105,155). Sum of RGB (Red+Green+Blue) = 118+105+155=378 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.22% from 378); Green value is 105 (41.41% from 255 or 27.78% from 378); Blue value is 155 (60.94% from 255 or 41.01% from 378); Max value from RGB is 155 - color contains mainly: blue. Hex color #76699B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76699B is #899664. Grayscale: #727272. Windows color (decimal): -9016933 or 10185078. OLE color: 10185078.

HSL color Cylindrical-coordinate representation of color #76699B: hue angle of 255.6º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #76699B is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 118 105 155 -
CMYK 0.24 0.32 0 0.39
HSL 255.6º 0.2% 0.51% -
HSV(B) 255.6º 0.32% 0.61% -
XYZ 18.44 16.32 33.19 -
YUV 114.59 150.81 130.43 -
System Red Green Blue C M Y K H S L
Decimal 118 105 155 0.24 0.32 0 0.39 255.6 0.2 0.51
Hex 76 69 9B 18 20 0 27 100 14 33
Octal 166 151 233 30 40 0 47 400 24 63
Binary 1110110 1101001 10011011 11000 100000 0 100111 100000000 10100 110011

Color Harmonies of #76699B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76699B

Black with #76699B

Text Example


Text Example

White with #76699B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76699B; }

 p { color: rgb(118,105,155); }

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

background-color css

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

 a { background-color: rgb(118,105,155); }

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

border-color css

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

 span { border-color: rgb(118,105,155); }

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