Html Css Color HEX #736F74 Rum

📋 copy color: '#736F74'

red 115 ◦ green 111 ◦ blue 116

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

Shades of Rum #736F74

Tints of Rum #736F74

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.46%

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

R = 33.63%
G = 32.46%
B = 33.92%

CMYK

 C value IS 0.01

 M value IS 0.04

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#736F74 (or 0x736F74) is known color: Rum. HEX triplet: 73, 6F and 74. RGB value is (115,111,116). Sum of RGB (Red+Green+Blue) = 115+111+116=342 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.63% from 342); Green value is 111 (43.75% from 255 or 32.46% from 342); Blue value is 116 (45.70% from 255 or 33.92% from 342); Max value from RGB is 116 - color contains mainly: blue. Hex color #736F74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736F74 is #8C908B. Grayscale: #707070. Windows color (decimal): -9212044 or 7630707. OLE color: 7630707.

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

Color convert

RGB 115 111 116 -
CMYK 0.01 0.04 0 0.55
HSL 288º 0.02% 0.45% -
HSV(B) 288º 0.04% 0.45% -
XYZ 15.91 16.27 18.83 -
YUV 112.77 129.83 129.59 -
System Red Green Blue C M Y K H S L
Decimal 115 111 116 0.01 0.04 0 0.55 288 0.02 0.45
Hex 73 6F 74 1 4 0 37 120 2 2D
Octal 163 157 164 1 4 0 67 440 2 55
Binary 1110011 1101111 1110100 1 100 0 110111 100100000 10 101101

Color Harmonies of #736F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736F74

Black with #736F74

Text Example


Text Example

White with #736F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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