Html Css Color HEX #76659F Scampi

📋 copy color: '#76659F'

red 118 ◦ green 101 ◦ blue 159

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

Shades of Scampi #76659F

Tints of Scampi #76659F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.72%

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

R = 31.22%
G = 26.72%
B = 42.06%

CMYK

 C value IS 0.26

 M value IS 0.36

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#76659F (or 0x76659F) is known color: Scampi. HEX triplet: 76, 65 and 9F. RGB value is (118,101,159). Sum of RGB (Red+Green+Blue) = 118+101+159=378 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.22% from 378); Green value is 101 (39.84% from 255 or 26.72% from 378); Blue value is 159 (62.5% from 255 or 42.06% from 378); Max value from RGB is 159 - color contains mainly: blue. Hex color #76659F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76659F is #899A60. Grayscale: #707070. Windows color (decimal): -9017953 or 10446198. OLE color: 10446198.

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

Color convert

RGB 118 101 159 -
CMYK 0.26 0.36 0 0.38
HSL 257.59º 0.23% 0.51% -
HSV(B) 257.59º 0.36% 0.62% -
XYZ 18.38 15.66 34.86 -
YUV 112.7 154.13 131.78 -
System Red Green Blue C M Y K H S L
Decimal 118 101 159 0.26 0.36 0 0.38 257.59 0.23 0.51
Hex 76 65 9F 1A 24 0 26 102 17 33
Octal 166 145 237 32 44 0 46 402 27 63
Binary 1110110 1100101 10011111 11010 100100 0 100110 100000010 10111 110011

Color Harmonies of #76659F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76659F

Black with #76659F

Text Example


Text Example

White with #76659F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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