Html Css Color HEX #76709D Scampi

📋 copy color: '#76709D'

red 118 ◦ green 112 ◦ blue 157

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

Shades of Scampi #76709D

Tints of Scampi #76709D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 40.57%

R = 30.49%
G = 28.94%
B = 40.57%

CMYK

 C value IS 0.25

 M value IS 0.29

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#76709D (or 0x76709D) is known color: Scampi. HEX triplet: 76, 70 and 9D. RGB value is (118,112,157). Sum of RGB (Red+Green+Blue) = 118+112+157=387 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.49% from 387); Green value is 112 (44.14% from 255 or 28.94% from 387); Blue value is 157 (61.72% from 255 or 40.57% from 387); Max value from RGB is 157 - color contains mainly: blue. Hex color #76709D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76709D is #898F62. Grayscale: #767676. Windows color (decimal): -9015139 or 10317942. OLE color: 10317942.

HSL color Cylindrical-coordinate representation of color #76709D: hue angle of 248º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #76709D is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 118 112 157 -
CMYK 0.25 0.29 0 0.38
HSL 248º 0.19% 0.53% -
HSV(B) 248º 0.29% 0.62% -
XYZ 19.35 17.87 34.33 -
YUV 118.92 149.49 127.34 -
System Red Green Blue C M Y K H S L
Decimal 118 112 157 0.25 0.29 0 0.38 248 0.19 0.53
Hex 76 70 9D 19 1D 0 26 F8 13 35
Octal 166 160 235 31 35 0 46 370 23 65
Binary 1110110 1110000 10011101 11001 11101 0 100110 11111000 10011 110101

Color Harmonies of #76709D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76709D

Black with #76709D

Text Example


Text Example

White with #76709D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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