Html Css Color HEX #776D5B Pablo

📋 copy color: '#776D5B'

red 119 ◦ green 109 ◦ blue 91

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

Shades of Pablo #776D5B

Tints of Pablo #776D5B

RGB

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

 GREEN value IS 109 (42.97% from 255) = 34.17%

 BLUE value IS 91 (35.94% from 255) = 28.53%

R = 37.3%
G = 34.17%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#776D5B (or 0x776D5B) is known color: Pablo. HEX triplet: 77, 6D and 5B. RGB value is (119,109,91). Sum of RGB (Red+Green+Blue) = 119+109+91=319 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.30% from 319); Green value is 109 (42.97% from 255 or 34.17% from 319); Blue value is 91 (35.94% from 255 or 28.53% from 319); Max value from RGB is 119 - color contains mainly: red. Hex color #776D5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776D5B is #8892A4. Grayscale: #6E6E6E. Windows color (decimal): -8950437 or 5991799. OLE color: 5991799.

HSL color Cylindrical-coordinate representation of color #776D5B: hue angle of 38.57º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #776D5B is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 109 91 -
CMYK 0 0.08 0.24 0.53
HSL 38.57º 0.13% 0.41% -
HSV(B) 38.57º 0.24% 0.47% -
XYZ 14.96 15.61 12.12 -
YUV 109.94 117.31 134.46 -
System Red Green Blue C M Y K H S L
Decimal 119 109 91 0 0.08 0.24 0.53 38.57 0.13 0.41
Hex 77 6D 5B 0 8 18 35 27 D 29
Octal 167 155 133 0 10 30 65 47 15 51
Binary 1110111 1101101 1011011 0 1000 11000 110101 100111 1101 101001

Color Harmonies of #776D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776D5B

Black with #776D5B

Text Example


Text Example

White with #776D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776D5B; }

 p { color: rgb(119,109,91); }

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

background-color css

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

 a { background-color: rgb(119,109,91); }

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

border-color css

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

 span { border-color: rgb(119,109,91); }

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