Html Css Color HEX #737074 Rum

📋 copy color: '#737074'

red 115 ◦ green 112 ◦ blue 116

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

Shades of Rum #737074

Tints of Rum #737074

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.65%

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

R = 33.53%
G = 32.65%
B = 33.82%

CMYK

 C value IS 0.01

 M value IS 0.03

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#737074 (or 0x737074) is known color: Rum. HEX triplet: 73, 70 and 74. RGB value is (115,112,116). Sum of RGB (Red+Green+Blue) = 115+112+116=343 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.53% from 343); Green value is 112 (44.14% from 255 or 32.65% from 343); Blue value is 116 (45.70% from 255 or 33.82% from 343); Max value from RGB is 116 - color contains mainly: blue. Hex color #737074 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737074 is #8C8F8B. Grayscale: #717171. Windows color (decimal): -9211788 or 7630963. OLE color: 7630963.

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

Color convert

RGB 115 112 116 -
CMYK 0.01 0.03 0 0.55
HSL 285º 0.02% 0.45% -
HSV(B) 285º 0.03% 0.45% -
XYZ 16.02 16.49 18.86 -
YUV 113.35 129.49 129.17 -
System Red Green Blue C M Y K H S L
Decimal 115 112 116 0.01 0.03 0 0.55 285 0.02 0.45
Hex 73 70 74 1 3 0 37 11D 2 2D
Octal 163 160 164 1 3 0 67 435 2 55
Binary 1110011 1110000 1110100 1 11 0 110111 100011101 10 101101

Color Harmonies of #737074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737074

Black with #737074

Text Example


Text Example

White with #737074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #737074; }

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

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

background-color css

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

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

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

border-color css

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

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

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