Html Css Color HEX #76709B Scampi

📋 copy color: '#76709B'

red 118 ◦ green 112 ◦ blue 155

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

Shades of Scampi #76709B

Tints of Scampi #76709B

RGB

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

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

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

R = 30.65%
G = 29.09%
B = 40.26%

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

#76709B (or 0x76709B) is known color: Scampi. HEX triplet: 76, 70 and 9B. RGB value is (118,112,155). Sum of RGB (Red+Green+Blue) = 118+112+155=385 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.65% from 385); Green value is 112 (44.14% from 255 or 29.09% from 385); Blue value is 155 (60.94% from 255 or 40.26% from 385); Max value from RGB is 155 - color contains mainly: blue. Hex color #76709B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76709B is #898F64. Grayscale: #767676. Windows color (decimal): -9015141 or 10186870. OLE color: 10186870.

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

Color convert

RGB 118 112 155 -
CMYK 0.24 0.28 0 0.39
HSL 248.37º 0.18% 0.52% -
HSV(B) 248.37º 0.28% 0.61% -
XYZ 19.18 17.81 33.44 -
YUV 118.7 148.49 127.5 -
System Red Green Blue C M Y K H S L
Decimal 118 112 155 0.24 0.28 0 0.39 248.37 0.18 0.52
Hex 76 70 9B 18 1C 0 27 F8 12 34
Octal 166 160 233 30 34 0 47 370 22 64
Binary 1110110 1110000 10011011 11000 11100 0 100111 11111000 10010 110100

Color Harmonies of #76709B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76709B

Black with #76709B

Text Example


Text Example

White with #76709B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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