Html Css Color HEX #76729E Scampi

📋 copy color: '#76729E'

red 118 ◦ green 114 ◦ blue 158

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

Shades of Scampi #76729E

Tints of Scampi #76729E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 40.51%

R = 30.26%
G = 29.23%
B = 40.51%

CMYK

 C value IS 0.25

 M value IS 0.28

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#76729E (or 0x76729E) is known color: Scampi. HEX triplet: 76, 72 and 9E. RGB value is (118,114,158). Sum of RGB (Red+Green+Blue) = 118+114+158=390 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.26% from 390); Green value is 114 (44.92% from 255 or 29.23% from 390); Blue value is 158 (62.11% from 255 or 40.51% from 390); Max value from RGB is 158 - color contains mainly: blue. Hex color #76729E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76729E is #898D61. Grayscale: #787878. Windows color (decimal): -9014626 or 10383990. OLE color: 10383990.

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

Color convert

RGB 118 114 158 -
CMYK 0.25 0.28 0 0.38
HSL 245.45º 0.18% 0.53% -
HSV(B) 245.45º 0.28% 0.62% -
XYZ 19.66 18.35 34.85 -
YUV 120.21 149.33 126.42 -
System Red Green Blue C M Y K H S L
Decimal 118 114 158 0.25 0.28 0 0.38 245.45 0.18 0.53
Hex 76 72 9E 19 1C 0 26 F5 12 35
Octal 166 162 236 31 34 0 46 365 22 65
Binary 1110110 1110010 10011110 11001 11100 0 100110 11110101 10010 110101

Color Harmonies of #76729E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76729E

Black with #76729E

Text Example


Text Example

White with #76729E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76729E; }

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

 H1.HeaderClassName
 {
   color: #76729E;
 }
 .AnyTagClassName
 {
   color: #76729E;
 }
</style>

background-color css

<style>
 a { background-color: #76729E; }

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

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

border-color css

<style>
 span { border-color: #76729E; }

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

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