Html Css Color HEX #77637D Rum

📋 copy color: '#77637D'

red 119 ◦ green 99 ◦ blue 125

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

Shades of Rum #77637D

Tints of Rum #77637D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.86%

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

R = 34.69%
G = 28.86%
B = 36.44%

CMYK

 C value IS 0.05

 M value IS 0.21

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#77637D (or 0x77637D) is known color: Rum. HEX triplet: 77, 63 and 7D. RGB value is (119,99,125). Sum of RGB (Red+Green+Blue) = 119+99+125=343 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.69% from 343); Green value is 99 (39.06% from 255 or 28.86% from 343); Blue value is 125 (49.22% from 255 or 36.44% from 343); Max value from RGB is 125 - color contains mainly: blue. Hex color #77637D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77637D is #889C82. Grayscale: #6B6B6B. Windows color (decimal): -8952963 or 8217463. OLE color: 8217463.

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

Color convert

RGB 119 99 125 -
CMYK 0.05 0.21 0 0.51
HSL 286.15º 0.12% 0.44% -
HSV(B) 286.15º 0.21% 0.49% -
XYZ 15.77 14.33 21.34 -
YUV 107.94 137.63 135.89 -
System Red Green Blue C M Y K H S L
Decimal 119 99 125 0.05 0.21 0 0.51 286.15 0.12 0.44
Hex 77 63 7D 5 15 0 33 11E C 2C
Octal 167 143 175 5 25 0 63 436 14 54
Binary 1110111 1100011 1111101 101 10101 0 110011 100011110 1100 101100

Color Harmonies of #77637D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77637D

Black with #77637D

Text Example


Text Example

White with #77637D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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