Html Css Color HEX #76627C Rum

📋 copy color: '#76627C'

red 118 ◦ green 98 ◦ blue 124

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

Shades of Rum #76627C

Tints of Rum #76627C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.82%

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

R = 34.71%
G = 28.82%
B = 36.47%

CMYK

 C value IS 0.05

 M value IS 0.21

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#76627C (or 0x76627C) is known color: Rum. HEX triplet: 76, 62 and 7C. RGB value is (118,98,124). Sum of RGB (Red+Green+Blue) = 118+98+124=340 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.71% from 340); Green value is 98 (38.67% from 255 or 28.82% from 340); Blue value is 124 (48.83% from 255 or 36.47% from 340); Max value from RGB is 124 - color contains mainly: blue. Hex color #76627C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76627C is #899D83. Grayscale: #6A6A6A. Windows color (decimal): -9018756 or 8151670. OLE color: 8151670.

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

Color convert

RGB 118 98 124 -
CMYK 0.05 0.21 0 0.51
HSL 286.15º 0.12% 0.44% -
HSV(B) 286.15º 0.21% 0.49% -
XYZ 15.48 14.04 20.96 -
YUV 106.94 137.63 135.89 -
System Red Green Blue C M Y K H S L
Decimal 118 98 124 0.05 0.21 0 0.51 286.15 0.12 0.44
Hex 76 62 7C 5 15 0 33 11E C 2C
Octal 166 142 174 5 25 0 63 436 14 54
Binary 1110110 1100010 1111100 101 10101 0 110011 100011110 1100 101100

Color Harmonies of #76627C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76627C

Black with #76627C

Text Example


Text Example

White with #76627C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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