Html Css Color HEX #76719C Scampi

📋 copy color: '#76719C'

red 118 ◦ green 113 ◦ blue 156

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

Shades of Scampi #76719C

Tints of Scampi #76719C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.2%

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

R = 30.49%
G = 29.2%
B = 40.31%

CMYK

 C value IS 0.24

 M value IS 0.28

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#76719C (or 0x76719C) is known color: Scampi. HEX triplet: 76, 71 and 9C. RGB value is (118,113,156). Sum of RGB (Red+Green+Blue) = 118+113+156=387 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.49% from 387); Green value is 113 (44.53% from 255 or 29.20% from 387); Blue value is 156 (61.33% from 255 or 40.31% from 387); Max value from RGB is 156 - color contains mainly: blue. Hex color #76719C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76719C is #898E63. Grayscale: #777777. Windows color (decimal): -9014884 or 10252662. OLE color: 10252662.

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

Color convert

RGB 118 113 156 -
CMYK 0.24 0.28 0 0.39
HSL 246.98º 0.18% 0.53% -
HSV(B) 246.98º 0.28% 0.61% -
XYZ 19.38 18.06 33.92 -
YUV 119.4 148.66 127 -
System Red Green Blue C M Y K H S L
Decimal 118 113 156 0.24 0.28 0 0.39 246.98 0.18 0.53
Hex 76 71 9C 18 1C 0 27 F7 12 35
Octal 166 161 234 30 34 0 47 367 22 65
Binary 1110110 1110001 10011100 11000 11100 0 100111 11110111 10010 110101

Color Harmonies of #76719C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76719C

Black with #76719C

Text Example


Text Example

White with #76719C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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