Html Css Color HEX #756A79 Rum

📋 copy color: '#756A79'

red 117 ◦ green 106 ◦ blue 121

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

Shades of Rum #756A79

Tints of Rum #756A79

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.81%

 BLUE value IS 121 (47.66% from 255) = 35.17%

R = 34.01%
G = 30.81%
B = 35.17%

CMYK

 C value IS 0.03

 M value IS 0.12

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#756A79 (or 0x756A79) is known color: Rum. HEX triplet: 75, 6A and 79. RGB value is (117,106,121). Sum of RGB (Red+Green+Blue) = 117+106+121=344 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.01% from 344); Green value is 106 (41.80% from 255 or 30.81% from 344); Blue value is 121 (47.66% from 255 or 35.17% from 344); Max value from RGB is 121 - color contains mainly: blue. Hex color #756A79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756A79 is #8A9586. Grayscale: #6E6E6E. Windows color (decimal): -9082247 or 7957109. OLE color: 7957109.

HSL color Cylindrical-coordinate representation of color #756A79: hue angle of 284º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #756A79 is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 117 106 121 -
CMYK 0.03 0.12 0 0.53
HSL 284º 0.07% 0.45% -
HSV(B) 284º 0.12% 0.47% -
XYZ 15.94 15.47 20.24 -
YUV 111 133.64 132.28 -
System Red Green Blue C M Y K H S L
Decimal 117 106 121 0.03 0.12 0 0.53 284 0.07 0.45
Hex 75 6A 79 3 C 0 35 11C 7 2D
Octal 165 152 171 3 14 0 65 434 7 55
Binary 1110101 1101010 1111001 11 1100 0 110101 100011100 111 101101

Color Harmonies of #756A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756A79

Black with #756A79

Text Example


Text Example

White with #756A79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756A79; }

 p { color: rgb(117,106,121); }

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

background-color css

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

 a { background-color: rgb(117,106,121); }

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

border-color css

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

 span { border-color: rgb(117,106,121); }

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