Html Css Color HEX #776F5E Pablo

📋 copy color: '#776F5E'

red 119 ◦ green 111 ◦ blue 94

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

Shades of Pablo #776F5E

Tints of Pablo #776F5E

RGB

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

 GREEN value IS 111 (43.75% from 255) = 34.26%

 BLUE value IS 94 (37.11% from 255) = 29.01%

R = 36.73%
G = 34.26%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#776F5E (or 0x776F5E) is known color: Pablo. HEX triplet: 77, 6F and 5E. RGB value is (119,111,94). Sum of RGB (Red+Green+Blue) = 119+111+94=324 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.73% from 324); Green value is 111 (43.75% from 255 or 34.26% from 324); Blue value is 94 (37.11% from 255 or 29.01% from 324); Max value from RGB is 119 - color contains mainly: red. Hex color #776F5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776F5E is #8890A1. Grayscale: #6F6F6F. Windows color (decimal): -8949922 or 6188919. OLE color: 6188919.

HSL color Cylindrical-coordinate representation of color #776F5E: hue angle of 40.8º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #776F5E is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 111 94 -
CMYK 0 0.07 0.21 0.53
HSL 40.8º 0.12% 0.42% -
HSV(B) 40.8º 0.21% 0.47% -
XYZ 15.31 16.1 12.89 -
YUV 111.45 118.15 133.38 -
System Red Green Blue C M Y K H S L
Decimal 119 111 94 0 0.07 0.21 0.53 40.8 0.12 0.42
Hex 77 6F 5E 0 7 15 35 29 C 2A
Octal 167 157 136 0 7 25 65 51 14 52
Binary 1110111 1101111 1011110 0 111 10101 110101 101001 1100 101010

Color Harmonies of #776F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776F5E

Black with #776F5E

Text Example


Text Example

White with #776F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,111,94); }

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

background-color css

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

 a { background-color: rgb(119,111,94); }

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

border-color css

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

 span { border-color: rgb(119,111,94); }

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