Html Css Color HEX #76728B Scampi

📋 copy color: '#76728B'

red 118 ◦ green 114 ◦ blue 139

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

Shades of Scampi #76728B

Tints of Scampi #76728B

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.73%

 BLUE value IS 139 (54.69% from 255) = 37.47%

R = 31.81%
G = 30.73%
B = 37.47%

CMYK

 C value IS 0.15

 M value IS 0.18

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#76728B (or 0x76728B) is known color: Scampi. HEX triplet: 76, 72 and 8B. RGB value is (118,114,139). Sum of RGB (Red+Green+Blue) = 118+114+139=371 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.81% from 371); Green value is 114 (44.92% from 255 or 30.73% from 371); Blue value is 139 (54.69% from 255 or 37.47% from 371); Max value from RGB is 139 - color contains mainly: blue. Hex color #76728B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76728B is #898D74. Grayscale: #757575. Windows color (decimal): -9014645 or 9138806. OLE color: 9138806.

HSL color Cylindrical-coordinate representation of color #76728B: hue angle of 249.6º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #76728B is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 118 114 139 -
CMYK 0.15 0.18 0 0.45
HSL 249.6º 0.1% 0.5% -
HSV(B) 249.6º 0.18% 0.55% -
XYZ 18.15 17.75 26.9 -
YUV 118.05 139.83 127.97 -
System Red Green Blue C M Y K H S L
Decimal 118 114 139 0.15 0.18 0 0.45 249.6 0.1 0.5
Hex 76 72 8B F 12 0 2D FA A 32
Octal 166 162 213 17 22 0 55 372 12 62
Binary 1110110 1110010 10001011 1111 10010 0 101101 11111010 1010 110010

Color Harmonies of #76728B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76728B

Black with #76728B

Text Example


Text Example

White with #76728B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,114,139); }

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

background-color css

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

 a { background-color: rgb(118,114,139); }

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

border-color css

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

 span { border-color: rgb(118,114,139); }

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