Html Css Color HEX #76657C Rum

📋 copy color: '#76657C'

red 118 ◦ green 101 ◦ blue 124

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

Shades of Rum #76657C

Tints of Rum #76657C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.45%

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

R = 34.4%
G = 29.45%
B = 36.15%

CMYK

 C value IS 0.05

 M value IS 0.19

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#76657C (or 0x76657C) is known color: Rum. HEX triplet: 76, 65 and 7C. RGB value is (118,101,124). Sum of RGB (Red+Green+Blue) = 118+101+124=343 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.40% from 343); Green value is 101 (39.84% from 255 or 29.45% from 343); Blue value is 124 (48.83% from 255 or 36.15% from 343); Max value from RGB is 124 - color contains mainly: blue. Hex color #76657C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76657C is #899A83. Grayscale: #6C6C6C. Windows color (decimal): -9017988 or 8152438. OLE color: 8152438.

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

Color convert

RGB 118 101 124 -
CMYK 0.05 0.19 0 0.51
HSL 284.35º 0.1% 0.44% -
HSV(B) 284.35º 0.19% 0.49% -
XYZ 15.76 14.61 21.06 -
YUV 108.71 136.63 134.63 -
System Red Green Blue C M Y K H S L
Decimal 118 101 124 0.05 0.19 0 0.51 284.35 0.1 0.44
Hex 76 65 7C 5 13 0 33 11C A 2C
Octal 166 145 174 5 23 0 63 434 12 54
Binary 1110110 1100101 1111100 101 10011 0 110011 100011100 1010 101100

Color Harmonies of #76657C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76657C

Black with #76657C

Text Example


Text Example

White with #76657C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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