Html Css Color HEX #76699D Scampi

📋 copy color: '#76699D'

red 118 ◦ green 105 ◦ blue 157

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

Shades of Scampi #76699D

Tints of Scampi #76699D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 41.32%

R = 31.05%
G = 27.63%
B = 41.32%

CMYK

 C value IS 0.25

 M value IS 0.33

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#76699D (or 0x76699D) is known color: Scampi. HEX triplet: 76, 69 and 9D. RGB value is (118,105,157). Sum of RGB (Red+Green+Blue) = 118+105+157=380 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.05% from 380); Green value is 105 (41.41% from 255 or 27.63% from 380); Blue value is 157 (61.72% from 255 or 41.32% from 380); Max value from RGB is 157 - color contains mainly: blue. Hex color #76699D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76699D is #899662. Grayscale: #727272. Windows color (decimal): -9016931 or 10316150. OLE color: 10316150.

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

Color convert

RGB 118 105 157 -
CMYK 0.25 0.33 0 0.38
HSL 255º 0.21% 0.51% -
HSV(B) 255º 0.33% 0.62% -
XYZ 18.61 16.39 34.08 -
YUV 114.82 151.81 130.27 -
System Red Green Blue C M Y K H S L
Decimal 118 105 157 0.25 0.33 0 0.38 255 0.21 0.51
Hex 76 69 9D 19 21 0 26 FF 15 33
Octal 166 151 235 31 41 0 46 377 25 63
Binary 1110110 1101001 10011101 11001 100001 0 100110 11111111 10101 110011

Color Harmonies of #76699D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76699D

Black with #76699D

Text Example


Text Example

White with #76699D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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