Html Css Color HEX #747175 Rum

📋 copy color: '#747175'

red 116 ◦ green 113 ◦ blue 117

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

Shades of Rum #747175

Tints of Rum #747175

RGB

 RED value IS 116 (45.7% from 255) = 33.53%

 GREEN value IS 113 (44.53% from 255) = 32.66%

 BLUE value IS 117 (46.09% from 255) = 33.82%

R = 33.53%
G = 32.66%
B = 33.82%

CMYK

 C value IS 0.01

 M value IS 0.03

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#747175 (or 0x747175) is known color: Rum. HEX triplet: 74, 71 and 75. RGB value is (116,113,117). Sum of RGB (Red+Green+Blue) = 116+113+117=346 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.53% from 346); Green value is 113 (44.53% from 255 or 32.66% from 346); Blue value is 117 (46.09% from 255 or 33.82% from 346); Max value from RGB is 117 - color contains mainly: blue. Hex color #747175 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747175 is #8B8E8A. Grayscale: #727272. Windows color (decimal): -9145995 or 7696756. OLE color: 7696756.

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

Color convert

RGB 116 113 117 -
CMYK 0.01 0.03 0 0.54
HSL 285º 0.02% 0.45% -
HSV(B) 285º 0.03% 0.46% -
XYZ 16.32 16.81 19.21 -
YUV 114.35 129.49 129.17 -
System Red Green Blue C M Y K H S L
Decimal 116 113 117 0.01 0.03 0 0.54 285 0.02 0.45
Hex 74 71 75 1 3 0 36 11D 2 2D
Octal 164 161 165 1 3 0 66 435 2 55
Binary 1110100 1110001 1110101 1 11 0 110110 100011101 10 101101

Color Harmonies of #747175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747175

Black with #747175

Text Example


Text Example

White with #747175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747175; }

 p { color: rgb(116,113,117); }

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

background-color css

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

 a { background-color: rgb(116,113,117); }

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

border-color css

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

 span { border-color: rgb(116,113,117); }

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