Html Css Color HEX #746F75 Rum

📋 copy color: '#746F75'

red 116 ◦ green 111 ◦ blue 117

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

Shades of Rum #746F75

Tints of Rum #746F75

RGB

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

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

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

R = 33.72%
G = 32.27%
B = 34.01%

CMYK

 C value IS 0.01

 M value IS 0.05

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#746F75 (or 0x746F75) is known color: Rum. HEX triplet: 74, 6F and 75. RGB value is (116,111,117). Sum of RGB (Red+Green+Blue) = 116+111+117=344 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.72% from 344); Green value is 111 (43.75% from 255 or 32.27% from 344); Blue value is 117 (46.09% from 255 or 34.01% from 344); Max value from RGB is 117 - color contains mainly: blue. Hex color #746F75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746F75 is #8B908A. Grayscale: #717171. Windows color (decimal): -9146507 or 7696244. OLE color: 7696244.

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

Color convert

RGB 116 111 117 -
CMYK 0.01 0.05 0 0.54
HSL 290º 0.03% 0.45% -
HSV(B) 290º 0.05% 0.46% -
XYZ 16.1 16.37 19.14 -
YUV 113.18 130.16 130.01 -
System Red Green Blue C M Y K H S L
Decimal 116 111 117 0.01 0.05 0 0.54 290 0.03 0.45
Hex 74 6F 75 1 5 0 36 122 3 2D
Octal 164 157 165 1 5 0 66 442 3 55
Binary 1110100 1101111 1110101 1 101 0 110110 100100010 11 101101

Color Harmonies of #746F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746F75

Black with #746F75

Text Example


Text Example

White with #746F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746F75; }

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

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

background-color css

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

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

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

border-color css

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

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

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