Html Css Color HEX #776181 Rum

📋 copy color: '#776181'

red 119 ◦ green 97 ◦ blue 129

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

Shades of Rum #776181

Tints of Rum #776181

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.12%

 BLUE value IS 129 (50.78% from 255) = 37.39%

R = 34.49%
G = 28.12%
B = 37.39%

CMYK

 C value IS 0.08

 M value IS 0.25

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#776181 (or 0x776181) is known color: Rum. HEX triplet: 77, 61 and 81. RGB value is (119,97,129). Sum of RGB (Red+Green+Blue) = 119+97+129=345 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.49% from 345); Green value is 97 (38.28% from 255 or 28.12% from 345); Blue value is 129 (50.78% from 255 or 37.39% from 345); Max value from RGB is 129 - color contains mainly: blue. Hex color #776181 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776181 is #889E7E. Grayscale: #6B6B6B. Windows color (decimal): -8953471 or 8479095. OLE color: 8479095.

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

Color convert

RGB 119 97 129 -
CMYK 0.08 0.25 0 0.49
HSL 281.25º 0.14% 0.44% -
HSV(B) 281.25º 0.25% 0.51% -
XYZ 15.84 14.06 22.65 -
YUV 107.23 140.29 136.4 -
System Red Green Blue C M Y K H S L
Decimal 119 97 129 0.08 0.25 0 0.49 281.25 0.14 0.44
Hex 77 61 81 8 19 0 31 119 E 2C
Octal 167 141 201 10 31 0 61 431 16 54
Binary 1110111 1100001 10000001 1000 11001 0 110001 100011001 1110 101100

Color Harmonies of #776181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776181

Black with #776181

Text Example


Text Example

White with #776181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776181; }

 p { color: rgb(119,97,129); }

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

background-color css

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

 a { background-color: rgb(119,97,129); }

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

border-color css

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

 span { border-color: rgb(119,97,129); }

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