Html Css Color HEX #736A76 Rum

📋 copy color: '#736A76'

red 115 ◦ green 106 ◦ blue 118

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

Shades of Rum #736A76

Tints of Rum #736A76

RGB

 RED value IS 115 (45.31% from 255) = 33.92%

 GREEN value IS 106 (41.8% from 255) = 31.27%

 BLUE value IS 118 (46.48% from 255) = 34.81%

R = 33.92%
G = 31.27%
B = 34.81%

CMYK

 C value IS 0.03

 M value IS 0.10

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#736A76 (or 0x736A76) is known color: Rum. HEX triplet: 73, 6A and 76. RGB value is (115,106,118). Sum of RGB (Red+Green+Blue) = 115+106+118=339 (44% of max value = 765). Red value is 115 (45.31% from 255 or 33.92% from 339); Green value is 106 (41.80% from 255 or 31.27% from 339); Blue value is 118 (46.48% from 255 or 34.81% from 339); Max value from RGB is 118 - color contains mainly: blue. Hex color #736A76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736A76 is #8C9589. Grayscale: #6E6E6E. Windows color (decimal): -9213322 or 7760499. OLE color: 7760499.

HSL color Cylindrical-coordinate representation of color #736A76: hue angle of 285º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #736A76 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 115 106 118 -
CMYK 0.03 0.10 0 0.54
HSL 285º 0.05% 0.44% -
HSV(B) 285º 0.1% 0.46% -
XYZ 15.49 15.26 19.27 -
YUV 110.06 132.48 131.52 -
System Red Green Blue C M Y K H S L
Decimal 115 106 118 0.03 0.10 0 0.54 285 0.05 0.44
Hex 73 6A 76 3 A 0 36 11D 5 2C
Octal 163 152 166 3 12 0 66 435 5 54
Binary 1110011 1101010 1110110 11 1010 0 110110 100011101 101 101100

Color Harmonies of #736A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736A76

Black with #736A76

Text Example


Text Example

White with #736A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736A76; }

 p { color: rgb(115,106,118); }

 H1.HeaderClassName
 {
   color: #736A76;
 }
 .AnyTagClassName
 {
   color: #736A76;
 }
</style>

background-color css

<style>
 a { background-color: #736A76; }

 a { background-color: rgb(115,106,118); }

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

border-color css

<style>
 span { border-color: #736A76; }

 span { border-color: rgb(115,106,118); }

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