Html Css Color HEX #736A74 Rum

📋 copy color: '#736A74'

red 115 ◦ green 106 ◦ blue 116

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

Shades of Rum #736A74

Tints of Rum #736A74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 34.42%

R = 34.12%
G = 31.45%
B = 34.42%

CMYK

 C value IS 0.01

 M value IS 0.09

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#736A74 (or 0x736A74) is known color: Rum. HEX triplet: 73, 6A and 74. RGB value is (115,106,116). Sum of RGB (Red+Green+Blue) = 115+106+116=337 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.12% from 337); Green value is 106 (41.80% from 255 or 31.45% from 337); Blue value is 116 (45.70% from 255 or 34.42% from 337); Max value from RGB is 116 - color contains mainly: blue. Hex color #736A74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736A74 is #8C958B. Grayscale: #6D6D6D. Windows color (decimal): -9213324 or 7629427. OLE color: 7629427.

HSL color Cylindrical-coordinate representation of color #736A74: hue angle of 294º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #736A74 is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 106 116 -
CMYK 0.01 0.09 0 0.55
HSL 294º 0.05% 0.44% -
HSV(B) 294º 0.09% 0.45% -
XYZ 15.38 15.21 18.65 -
YUV 109.83 131.48 131.69 -
System Red Green Blue C M Y K H S L
Decimal 115 106 116 0.01 0.09 0 0.55 294 0.05 0.44
Hex 73 6A 74 1 9 0 37 126 5 2C
Octal 163 152 164 1 11 0 67 446 5 54
Binary 1110011 1101010 1110100 1 1001 0 110111 100100110 101 101100

Color Harmonies of #736A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736A74

Black with #736A74

Text Example


Text Example

White with #736A74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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