Html Css Color HEX #76709C Scampi

📋 copy color: '#76709C'

red 118 ◦ green 112 ◦ blue 156

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

Shades of Scampi #76709C

Tints of Scampi #76709C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.02%

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

R = 30.57%
G = 29.02%
B = 40.41%

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

#76709C (or 0x76709C) is known color: Scampi. HEX triplet: 76, 70 and 9C. RGB value is (118,112,156). Sum of RGB (Red+Green+Blue) = 118+112+156=386 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.57% from 386); Green value is 112 (44.14% from 255 or 29.02% from 386); Blue value is 156 (61.33% from 255 or 40.41% from 386); Max value from RGB is 156 - color contains mainly: blue. Hex color #76709C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76709C is #898F63. Grayscale: #767676. Windows color (decimal): -9015140 or 10252406. OLE color: 10252406.

HSL color Cylindrical-coordinate representation of color #76709C: hue angle of 248.18º 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 #76709C is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 118 112 156 -
CMYK 0.24 0.28 0 0.39
HSL 248.18º 0.18% 0.53% -
HSV(B) 248.18º 0.28% 0.61% -
XYZ 19.27 17.84 33.88 -
YUV 118.81 148.99 127.42 -
System Red Green Blue C M Y K H S L
Decimal 118 112 156 0.24 0.28 0 0.39 248.18 0.18 0.53
Hex 76 70 9C 18 1C 0 27 F8 12 35
Octal 166 160 234 30 34 0 47 370 22 65
Binary 1110110 1110000 10011100 11000 11100 0 100111 11111000 10010 110101

Color Harmonies of #76709C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76709C

Black with #76709C

Text Example


Text Example

White with #76709C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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