Html Css Color HEX #756879 Rum

📋 copy color: '#756879'

red 117 ◦ green 104 ◦ blue 121

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

Shades of Rum #756879

Tints of Rum #756879

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.41%

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

R = 34.21%
G = 30.41%
B = 35.38%

CMYK

 C value IS 0.03

 M value IS 0.14

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#756879 (or 0x756879) is known color: Rum. HEX triplet: 75, 68 and 79. RGB value is (117,104,121). Sum of RGB (Red+Green+Blue) = 117+104+121=342 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.21% from 342); Green value is 104 (41.02% from 255 or 30.41% from 342); Blue value is 121 (47.66% from 255 or 35.38% from 342); Max value from RGB is 121 - color contains mainly: blue. Hex color #756879 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756879 is #8A9786. Grayscale: #6D6D6D. Windows color (decimal): -9082759 or 7956597. OLE color: 7956597.

HSL color Cylindrical-coordinate representation of color #756879: hue angle of 285.88º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #756879 is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 117 104 121 -
CMYK 0.03 0.14 0 0.53
HSL 285.88º 0.08% 0.44% -
HSV(B) 285.88º 0.14% 0.47% -
XYZ 15.74 15.06 20.17 -
YUV 109.83 134.31 133.12 -
System Red Green Blue C M Y K H S L
Decimal 117 104 121 0.03 0.14 0 0.53 285.88 0.08 0.44
Hex 75 68 79 3 E 0 35 11E 8 2C
Octal 165 150 171 3 16 0 65 436 10 54
Binary 1110101 1101000 1111001 11 1110 0 110101 100011110 1000 101100

Color Harmonies of #756879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756879

Black with #756879

Text Example


Text Example

White with #756879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756879; }

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

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

background-color css

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

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

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

border-color css

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

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

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