Html Css Color HEX #77647D Rum

📋 copy color: '#77647D'

red 119 ◦ green 100 ◦ blue 125

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

Shades of Rum #77647D

Tints of Rum #77647D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.07%

 BLUE value IS 125 (49.22% from 255) = 36.34%

R = 34.59%
G = 29.07%
B = 36.34%

CMYK

 C value IS 0.05

 M value IS 0.2

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#77647D (or 0x77647D) is known color: Rum. HEX triplet: 77, 64 and 7D. RGB value is (119,100,125). Sum of RGB (Red+Green+Blue) = 119+100+125=344 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.59% from 344); Green value is 100 (39.45% from 255 or 29.07% from 344); Blue value is 125 (49.22% from 255 or 36.34% from 344); Max value from RGB is 125 - color contains mainly: blue. Hex color #77647D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77647D is #889B82. Grayscale: #6C6C6C. Windows color (decimal): -8952707 or 8217719. OLE color: 8217719.

HSL color Cylindrical-coordinate representation of color #77647D: hue angle of 285.6º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #77647D is Cyan = 0.05, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 119 100 125 -
CMYK 0.05 0.2 0 0.51
HSL 285.6º 0.11% 0.44% -
HSV(B) 285.6º 0.2% 0.49% -
XYZ 15.87 14.52 21.37 -
YUV 108.53 137.29 135.47 -
System Red Green Blue C M Y K H S L
Decimal 119 100 125 0.05 0.2 0 0.51 285.6 0.11 0.44
Hex 77 64 7D 5 14 0 33 11E B 2C
Octal 167 144 175 5 24 0 63 436 13 54
Binary 1110111 1100100 1111101 101 10100 0 110011 100011110 1011 101100

Color Harmonies of #77647D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77647D

Black with #77647D

Text Example


Text Example

White with #77647D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77647D; }

 p { color: rgb(119,100,125); }

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

background-color css

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

 a { background-color: rgb(119,100,125); }

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

border-color css

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

 span { border-color: rgb(119,100,125); }

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