Html Css Color HEX #77697A Rum

📋 copy color: '#77697A'

red 119 ◦ green 105 ◦ blue 122

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

Shades of Rum #77697A

Tints of Rum #77697A

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.35%

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

R = 34.39%
G = 30.35%
B = 35.26%

CMYK

 C value IS 0.02

 M value IS 0.14

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#77697A (or 0x77697A) is known color: Rum. HEX triplet: 77, 69 and 7A. RGB value is (119,105,122). Sum of RGB (Red+Green+Blue) = 119+105+122=346 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.39% from 346); Green value is 105 (41.41% from 255 or 30.35% from 346); Blue value is 122 (48.05% from 255 or 35.26% from 346); Max value from RGB is 122 - color contains mainly: blue. Hex color #77697A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77697A is #889685. Grayscale: #6F6F6F. Windows color (decimal): -8951430 or 8022391. OLE color: 8022391.

HSL color Cylindrical-coordinate representation of color #77697A: hue angle of 289.41º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #77697A is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 119 105 122 -
CMYK 0.02 0.14 0 0.52
HSL 289.41º 0.07% 0.45% -
HSV(B) 289.41º 0.14% 0.48% -
XYZ 16.17 15.43 20.54 -
YUV 111.12 134.14 133.62 -
System Red Green Blue C M Y K H S L
Decimal 119 105 122 0.02 0.14 0 0.52 289.41 0.07 0.45
Hex 77 69 7A 2 E 0 34 121 7 2D
Octal 167 151 172 2 16 0 64 441 7 55
Binary 1110111 1101001 1111010 10 1110 0 110100 100100001 111 101101

Color Harmonies of #77697A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77697A

Black with #77697A

Text Example


Text Example

White with #77697A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77697A; }

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

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

background-color css

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

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

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

border-color css

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

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

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