Html Css Color HEX #776E7A Rum

📋 copy color: '#776E7A'

red 119 ◦ green 110 ◦ blue 122

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

Shades of Rum #776E7A

Tints of Rum #776E7A

RGB

 RED value IS 119 (46.88% from 255) = 33.9%

 GREEN value IS 110 (43.36% from 255) = 31.34%

 BLUE value IS 122 (48.05% from 255) = 34.76%

R = 33.9%
G = 31.34%
B = 34.76%

CMYK

 C value IS 0.02

 M value IS 0.10

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#776E7A (or 0x776E7A) is known color: Rum. HEX triplet: 77, 6E and 7A. RGB value is (119,110,122). Sum of RGB (Red+Green+Blue) = 119+110+122=351 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.90% from 351); Green value is 110 (43.36% from 255 or 31.34% from 351); Blue value is 122 (48.05% from 255 or 34.76% from 351); Max value from RGB is 122 - color contains mainly: blue. Hex color #776E7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776E7A is #889185. Grayscale: #727272. Windows color (decimal): -8950150 or 8023671. OLE color: 8023671.

HSL color Cylindrical-coordinate representation of color #776E7A: hue angle of 285º degrees, saturation: 0.05, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #776E7A is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 119 110 122 -
CMYK 0.02 0.10 0 0.52
HSL 285º 0.05% 0.45% -
HSV(B) 285º 0.1% 0.48% -
XYZ 16.7 16.48 20.71 -
YUV 114.06 132.48 131.52 -
System Red Green Blue C M Y K H S L
Decimal 119 110 122 0.02 0.10 0 0.52 285 0.05 0.45
Hex 77 6E 7A 2 A 0 34 11D 5 2D
Octal 167 156 172 2 12 0 64 435 5 55
Binary 1110111 1101110 1111010 10 1010 0 110100 100011101 101 101101

Color Harmonies of #776E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776E7A

Black with #776E7A

Text Example


Text Example

White with #776E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776E7A; }

 p { color: rgb(119,110,122); }

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

background-color css

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

 a { background-color: rgb(119,110,122); }

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

border-color css

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

 span { border-color: rgb(119,110,122); }

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