Html Css Color HEX #77657D Rum

📋 copy color: '#77657D'

red 119 ◦ green 101 ◦ blue 125

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

Shades of Rum #77657D

Tints of Rum #77657D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.28%

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

R = 34.49%
G = 29.28%
B = 36.23%

CMYK

 C value IS 0.05

 M value IS 0.19

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#77657D (or 0x77657D) is known color: Rum. HEX triplet: 77, 65 and 7D. RGB value is (119,101,125). Sum of RGB (Red+Green+Blue) = 119+101+125=345 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.49% from 345); Green value is 101 (39.84% from 255 or 29.28% from 345); Blue value is 125 (49.22% from 255 or 36.23% from 345); Max value from RGB is 125 - color contains mainly: blue. Hex color #77657D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77657D is #889A82. Grayscale: #6D6D6D. Windows color (decimal): -8952451 or 8217975. OLE color: 8217975.

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

Color convert

RGB 119 101 125 -
CMYK 0.05 0.19 0 0.51
HSL 285º 0.11% 0.44% -
HSV(B) 285º 0.19% 0.49% -
XYZ 15.96 14.71 21.4 -
YUV 109.12 136.96 135.05 -
System Red Green Blue C M Y K H S L
Decimal 119 101 125 0.05 0.19 0 0.51 285 0.11 0.44
Hex 77 65 7D 5 13 0 33 11D B 2C
Octal 167 145 175 5 23 0 63 435 13 54
Binary 1110111 1100101 1111101 101 10011 0 110011 100011101 1011 101100

Color Harmonies of #77657D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77657D

Black with #77657D

Text Example


Text Example

White with #77657D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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