Html Css Color HEX #76687C Rum

📋 copy color: '#76687C'

red 118 ◦ green 104 ◦ blue 124

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

Shades of Rum #76687C

Tints of Rum #76687C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.06%

 BLUE value IS 124 (48.83% from 255) = 35.84%

R = 34.1%
G = 30.06%
B = 35.84%

CMYK

 C value IS 0.05

 M value IS 0.16

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#76687C (or 0x76687C) is known color: Rum. HEX triplet: 76, 68 and 7C. RGB value is (118,104,124). Sum of RGB (Red+Green+Blue) = 118+104+124=346 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.10% from 346); Green value is 104 (41.02% from 255 or 30.06% from 346); Blue value is 124 (48.83% from 255 or 35.84% from 346); Max value from RGB is 124 - color contains mainly: blue. Hex color #76687C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76687C is #899783. Grayscale: #6E6E6E. Windows color (decimal): -9017220 or 8153206. OLE color: 8153206.

HSL color Cylindrical-coordinate representation of color #76687C: hue angle of 282º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #76687C is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 118 104 124 -
CMYK 0.05 0.16 0 0.51
HSL 282º 0.09% 0.45% -
HSV(B) 282º 0.16% 0.49% -
XYZ 16.06 15.21 21.16 -
YUV 110.47 135.64 133.37 -
System Red Green Blue C M Y K H S L
Decimal 118 104 124 0.05 0.16 0 0.51 282 0.09 0.45
Hex 76 68 7C 5 10 0 33 11A 9 2D
Octal 166 150 174 5 20 0 63 432 11 55
Binary 1110110 1101000 1111100 101 10000 0 110011 100011010 1001 101101

Color Harmonies of #76687C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76687C

Black with #76687C

Text Example


Text Example

White with #76687C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,104,124); }

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

background-color css

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

 a { background-color: rgb(118,104,124); }

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

border-color css

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

 span { border-color: rgb(118,104,124); }

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