Html Css Color HEX #756877 Rum

📋 copy color: '#756877'

red 117 ◦ green 104 ◦ blue 119

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

Shades of Rum #756877

Tints of Rum #756877

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 35%

R = 34.41%
G = 30.59%
B = 35%

CMYK

 C value IS 0.02

 M value IS 0.13

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#756877 (or 0x756877) is known color: Rum. HEX triplet: 75, 68 and 77. RGB value is (117,104,119). Sum of RGB (Red+Green+Blue) = 117+104+119=340 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.41% from 340); Green value is 104 (41.02% from 255 or 30.59% from 340); Blue value is 119 (46.88% from 255 or 35% from 340); Max value from RGB is 119 - color contains mainly: blue. Hex color #756877 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756877 is #8A9788. Grayscale: #6D6D6D. Windows color (decimal): -9082761 or 7825525. OLE color: 7825525.

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

Color convert

RGB 117 104 119 -
CMYK 0.02 0.13 0 0.53
HSL 292º 0.07% 0.44% -
HSV(B) 292º 0.13% 0.47% -
XYZ 15.62 15.01 19.53 -
YUV 109.6 133.31 133.28 -
System Red Green Blue C M Y K H S L
Decimal 117 104 119 0.02 0.13 0 0.53 292 0.07 0.44
Hex 75 68 77 2 D 0 35 124 7 2C
Octal 165 150 167 2 15 0 65 444 7 54
Binary 1110101 1101000 1110111 10 1101 0 110101 100100100 111 101100

Color Harmonies of #756877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756877

Black with #756877

Text Example


Text Example

White with #756877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756877; }

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

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

background-color css

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

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

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

border-color css

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

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

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