Html Css Color HEX #76659C Scampi

📋 copy color: '#76659C'

red 118 ◦ green 101 ◦ blue 156

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

Shades of Scampi #76659C

Tints of Scampi #76659C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 41.6%

R = 31.47%
G = 26.93%
B = 41.6%

CMYK

 C value IS 0.24

 M value IS 0.35

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#76659C (or 0x76659C) is known color: Scampi. HEX triplet: 76, 65 and 9C. RGB value is (118,101,156). Sum of RGB (Red+Green+Blue) = 118+101+156=375 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.47% from 375); Green value is 101 (39.84% from 255 or 26.93% from 375); Blue value is 156 (61.33% from 255 or 41.6% from 375); Max value from RGB is 156 - color contains mainly: blue. Hex color #76659C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76659C is #899A63. Grayscale: #707070. Windows color (decimal): -9017956 or 10249590. OLE color: 10249590.

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

Color convert

RGB 118 101 156 -
CMYK 0.24 0.35 0 0.39
HSL 258.55º 0.22% 0.5% -
HSV(B) 258.55º 0.35% 0.61% -
XYZ 18.13 15.56 33.5 -
YUV 112.35 152.63 132.03 -
System Red Green Blue C M Y K H S L
Decimal 118 101 156 0.24 0.35 0 0.39 258.55 0.22 0.5
Hex 76 65 9C 18 23 0 27 103 16 32
Octal 166 145 234 30 43 0 47 403 26 62
Binary 1110110 1100101 10011100 11000 100011 0 100111 100000011 10110 110010

Color Harmonies of #76659C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76659C

Black with #76659C

Text Example


Text Example

White with #76659C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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