Html Css Color HEX #76629B Scampi

📋 copy color: '#76629B'

red 118 ◦ green 98 ◦ blue 155

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

Shades of Scampi #76629B

Tints of Scampi #76629B

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.42%

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

R = 31.81%
G = 26.42%
B = 41.78%

CMYK

 C value IS 0.24

 M value IS 0.37

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#76629B (or 0x76629B) is known color: Scampi. HEX triplet: 76, 62 and 9B. RGB value is (118,98,155). Sum of RGB (Red+Green+Blue) = 118+98+155=371 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.81% from 371); Green value is 98 (38.67% from 255 or 26.42% from 371); Blue value is 155 (60.94% from 255 or 41.78% from 371); Max value from RGB is 155 - color contains mainly: blue. Hex color #76629B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76629B is #899D64. Grayscale: #6E6E6E. Windows color (decimal): -9018725 or 10183286. OLE color: 10183286.

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

Color convert

RGB 118 98 155 -
CMYK 0.24 0.37 0 0.39
HSL 261.05º 0.23% 0.5% -
HSV(B) 261.05º 0.37% 0.61% -
XYZ 17.76 14.95 32.96 -
YUV 110.48 153.13 133.37 -
System Red Green Blue C M Y K H S L
Decimal 118 98 155 0.24 0.37 0 0.39 261.05 0.23 0.5
Hex 76 62 9B 18 25 0 27 105 17 32
Octal 166 142 233 30 45 0 47 405 27 62
Binary 1110110 1100010 10011011 11000 100101 0 100111 100000101 10111 110010

Color Harmonies of #76629B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76629B

Black with #76629B

Text Example


Text Example

White with #76629B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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