Html Css Color HEX #76637B Rum

📋 copy color: '#76637B'

red 118 ◦ green 99 ◦ blue 123

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

Shades of Rum #76637B

Tints of Rum #76637B

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.12%

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

R = 34.71%
G = 29.12%
B = 36.18%

CMYK

 C value IS 0.04

 M value IS 0.20

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#76637B (or 0x76637B) is known color: Rum. HEX triplet: 76, 63 and 7B. RGB value is (118,99,123). Sum of RGB (Red+Green+Blue) = 118+99+123=340 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.71% from 340); Green value is 99 (39.06% from 255 or 29.12% from 340); Blue value is 123 (48.44% from 255 or 36.18% from 340); Max value from RGB is 123 - color contains mainly: blue. Hex color #76637B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76637B is #899C84. Grayscale: #6B6B6B. Windows color (decimal): -9018501 or 8086390. OLE color: 8086390.

HSL color Cylindrical-coordinate representation of color #76637B: hue angle of 287.5º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #76637B is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 118 99 123 -
CMYK 0.04 0.20 0 0.52
HSL 287.5º 0.11% 0.44% -
HSV(B) 287.5º 0.2% 0.48% -
XYZ 15.51 14.21 20.66 -
YUV 107.42 136.79 135.55 -
System Red Green Blue C M Y K H S L
Decimal 118 99 123 0.04 0.20 0 0.52 287.5 0.11 0.44
Hex 76 63 7B 4 14 0 34 120 B 2C
Octal 166 143 173 4 24 0 64 440 13 54
Binary 1110110 1100011 1111011 100 10100 0 110100 100100000 1011 101100

Color Harmonies of #76637B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76637B

Black with #76637B

Text Example


Text Example

White with #76637B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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