Html Css Color HEX #777061 Pablo

📋 copy color: '#777061'

red 119 ◦ green 112 ◦ blue 97

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

Shades of Pablo #777061

Tints of Pablo #777061

RGB

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

 GREEN value IS 112 (44.14% from 255) = 34.15%

 BLUE value IS 97 (38.28% from 255) = 29.57%

R = 36.28%
G = 34.15%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#777061 (or 0x777061) is known color: Pablo. HEX triplet: 77, 70 and 61. RGB value is (119,112,97). Sum of RGB (Red+Green+Blue) = 119+112+97=328 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.28% from 328); Green value is 112 (44.14% from 255 or 34.15% from 328); Blue value is 97 (38.28% from 255 or 29.57% from 328); Max value from RGB is 119 - color contains mainly: red. Hex color #777061 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777061 is #888F9E. Grayscale: #707070. Windows color (decimal): -8949663 or 6385783. OLE color: 6385783.

HSL color Cylindrical-coordinate representation of color #777061: hue angle of 40.91º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #777061 is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 112 97 -
CMYK 0 0.06 0.18 0.53
HSL 40.91º 0.1% 0.42% -
HSV(B) 40.91º 0.18% 0.47% -
XYZ 15.56 16.37 13.65 -
YUV 112.38 119.32 132.72 -
System Red Green Blue C M Y K H S L
Decimal 119 112 97 0 0.06 0.18 0.53 40.91 0.1 0.42
Hex 77 70 61 0 6 12 35 29 A 2A
Octal 167 160 141 0 6 22 65 51 12 52
Binary 1110111 1110000 1100001 0 110 10010 110101 101001 1010 101010

Color Harmonies of #777061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777061

Black with #777061

Text Example


Text Example

White with #777061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777061; }

 p { color: rgb(119,112,97); }

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

background-color css

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

 a { background-color: rgb(119,112,97); }

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

border-color css

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

 span { border-color: rgb(119,112,97); }

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