Html Css Color HEX #756677 Rum

📋 copy color: '#756677'

red 117 ◦ green 102 ◦ blue 119

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

Shades of Rum #756677

Tints of Rum #756677

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.18%

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

R = 34.62%
G = 30.18%
B = 35.21%

CMYK

 C value IS 0.02

 M value IS 0.14

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#756677 (or 0x756677) is known color: Rum. HEX triplet: 75, 66 and 77. RGB value is (117,102,119). Sum of RGB (Red+Green+Blue) = 117+102+119=338 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.62% from 338); Green value is 102 (40.23% from 255 or 30.18% from 338); Blue value is 119 (46.88% from 255 or 35.21% from 338); Max value from RGB is 119 - color contains mainly: blue. Hex color #756677 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756677 is #8A9988. Grayscale: #6C6C6C. Windows color (decimal): -9083273 or 7825013. OLE color: 7825013.

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

Color convert

RGB 117 102 119 -
CMYK 0.02 0.14 0 0.53
HSL 292.94º 0.08% 0.43% -
HSV(B) 292.94º 0.14% 0.47% -
XYZ 15.42 14.62 19.46 -
YUV 108.42 133.97 134.12 -
System Red Green Blue C M Y K H S L
Decimal 117 102 119 0.02 0.14 0 0.53 292.94 0.08 0.43
Hex 75 66 77 2 E 0 35 125 8 2B
Octal 165 146 167 2 16 0 65 445 10 53
Binary 1110101 1100110 1110111 10 1110 0 110101 100100101 1000 101011

Color Harmonies of #756677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756677

Black with #756677

Text Example


Text Example

White with #756677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756677; }

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

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

background-color css

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

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

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

border-color css

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

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

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