Html Css Color HEX #76617B Rum

📋 copy color: '#76617B'

red 118 ◦ green 97 ◦ blue 123

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

Shades of Rum #76617B

Tints of Rum #76617B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.7%

 BLUE value IS 123 (48.44% from 255) = 36.39%

R = 34.91%
G = 28.7%
B = 36.39%

CMYK

 C value IS 0.04

 M value IS 0.21

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#76617B (or 0x76617B) is known color: Rum. HEX triplet: 76, 61 and 7B. RGB value is (118,97,123). Sum of RGB (Red+Green+Blue) = 118+97+123=338 (44% of max value = 765). Red value is 118 (46.48% from 255 or 34.91% from 338); Green value is 97 (38.28% from 255 or 28.70% from 338); Blue value is 123 (48.44% from 255 or 36.39% from 338); Max value from RGB is 123 - color contains mainly: blue. Hex color #76617B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76617B is #899E84. Grayscale: #6A6A6A. Windows color (decimal): -9019013 or 8085878. OLE color: 8085878.

HSL color Cylindrical-coordinate representation of color #76617B: hue angle of 288.46º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #76617B is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 118 97 123 -
CMYK 0.04 0.21 0 0.52
HSL 288.46º 0.12% 0.43% -
HSV(B) 288.46º 0.21% 0.48% -
XYZ 15.32 13.83 20.6 -
YUV 106.24 137.46 136.39 -
System Red Green Blue C M Y K H S L
Decimal 118 97 123 0.04 0.21 0 0.52 288.46 0.12 0.43
Hex 76 61 7B 4 15 0 34 120 C 2B
Octal 166 141 173 4 25 0 64 440 14 53
Binary 1110110 1100001 1111011 100 10101 0 110100 100100000 1100 101011

Color Harmonies of #76617B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76617B

Black with #76617B

Text Example


Text Example

White with #76617B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76617B; }

 p { color: rgb(118,97,123); }

 H1.HeaderClassName
 {
   color: #76617B;
 }
 .AnyTagClassName
 {
   color: #76617B;
 }
</style>

background-color css

<style>
 a { background-color: #76617B; }

 a { background-color: rgb(118,97,123); }

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

border-color css

<style>
 span { border-color: #76617B; }

 span { border-color: rgb(118,97,123); }

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