Html Css Color HEX #76659E Scampi

📋 copy color: '#76659E'

red 118 ◦ green 101 ◦ blue 158

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

Shades of Scampi #76659E

Tints of Scampi #76659E

RGB

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

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

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

R = 31.3%
G = 26.79%
B = 41.91%

CMYK

 C value IS 0.25

 M value IS 0.36

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#76659E (or 0x76659E) is known color: Scampi. HEX triplet: 76, 65 and 9E. RGB value is (118,101,158). Sum of RGB (Red+Green+Blue) = 118+101+158=377 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.30% from 377); Green value is 101 (39.84% from 255 or 26.79% from 377); Blue value is 158 (62.11% from 255 or 41.91% from 377); Max value from RGB is 158 - color contains mainly: blue. Hex color #76659E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76659E is #899A61. Grayscale: #707070. Windows color (decimal): -9017954 or 10380662. OLE color: 10380662.

HSL color Cylindrical-coordinate representation of color #76659E: hue angle of 257.89º 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 #76659E is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 118 101 158 -
CMYK 0.25 0.36 0 0.38
HSL 257.89º 0.23% 0.51% -
HSV(B) 257.89º 0.36% 0.62% -
XYZ 18.3 15.63 34.4 -
YUV 112.58 153.63 131.87 -
System Red Green Blue C M Y K H S L
Decimal 118 101 158 0.25 0.36 0 0.38 257.89 0.23 0.51
Hex 76 65 9E 19 24 0 26 102 17 33
Octal 166 145 236 31 44 0 46 402 27 63
Binary 1110110 1100101 10011110 11001 100100 0 100110 100000010 10111 110011

Color Harmonies of #76659E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76659E

Black with #76659E

Text Example


Text Example

White with #76659E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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