Html Css Color HEX #76677C Rum

📋 copy color: '#76677C'

red 118 ◦ green 103 ◦ blue 124

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

Shades of Rum #76677C

Tints of Rum #76677C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.86%

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

R = 34.2%
G = 29.86%
B = 35.94%

CMYK

 C value IS 0.05

 M value IS 0.17

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#76677C (or 0x76677C) is known color: Rum. HEX triplet: 76, 67 and 7C. RGB value is (118,103,124). Sum of RGB (Red+Green+Blue) = 118+103+124=345 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.20% from 345); Green value is 103 (40.62% from 255 or 29.86% from 345); Blue value is 124 (48.83% from 255 or 35.94% from 345); Max value from RGB is 124 - color contains mainly: blue. Hex color #76677C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76677C is #899883. Grayscale: #6D6D6D. Windows color (decimal): -9017476 or 8152950. OLE color: 8152950.

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

Color convert

RGB 118 103 124 -
CMYK 0.05 0.17 0 0.51
HSL 282.86º 0.09% 0.45% -
HSV(B) 282.86º 0.17% 0.49% -
XYZ 15.96 15.01 21.12 -
YUV 109.88 135.97 133.79 -
System Red Green Blue C M Y K H S L
Decimal 118 103 124 0.05 0.17 0 0.51 282.86 0.09 0.45
Hex 76 67 7C 5 11 0 33 11B 9 2D
Octal 166 147 174 5 21 0 63 433 11 55
Binary 1110110 1100111 1111100 101 10001 0 110011 100011011 1001 101101

Color Harmonies of #76677C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76677C

Black with #76677C

Text Example


Text Example

White with #76677C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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