Html Css Color HEX #757076 Rum

📋 copy color: '#757076'

red 117 ◦ green 112 ◦ blue 118

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

Shades of Rum #757076

Tints of Rum #757076

RGB

 RED value IS 117 (46.09% from 255) = 33.72%

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

 BLUE value IS 118 (46.48% from 255) = 34.01%

R = 33.72%
G = 32.28%
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

#757076 (or 0x757076) is known color: Rum. HEX triplet: 75, 70 and 76. RGB value is (117,112,118). Sum of RGB (Red+Green+Blue) = 117+112+118=347 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.72% from 347); Green value is 112 (44.14% from 255 or 32.28% from 347); Blue value is 118 (46.48% from 255 or 34.01% from 347); Max value from RGB is 118 - color contains mainly: blue. Hex color #757076 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757076 is #8A8F89. Grayscale: #727272. Windows color (decimal): -9080714 or 7762037. OLE color: 7762037.

HSL color Cylindrical-coordinate representation of color #757076: 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 #757076 is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 112 118 -
CMYK 0.01 0.05 0 0.54
HSL 290º 0.03% 0.45% -
HSV(B) 290º 0.05% 0.46% -
XYZ 16.4 16.68 19.49 -
YUV 114.18 130.16 130.01 -
System Red Green Blue C M Y K H S L
Decimal 117 112 118 0.01 0.05 0 0.54 290 0.03 0.45
Hex 75 70 76 1 5 0 36 122 3 2D
Octal 165 160 166 1 5 0 66 442 3 55
Binary 1110101 1110000 1110110 1 101 0 110110 100100010 11 101101

Color Harmonies of #757076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757076

Black with #757076

Text Example


Text Example

White with #757076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757076; }

 p { color: rgb(117,112,118); }

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

background-color css

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

 a { background-color: rgb(117,112,118); }

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

border-color css

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

 span { border-color: rgb(117,112,118); }

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