Html Css Color HEX #776F60 Pablo

📋 copy color: '#776F60'

red 119 ◦ green 111 ◦ blue 96

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

Shades of Pablo #776F60

Tints of Pablo #776F60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 29.45%

R = 36.5%
G = 34.05%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.19

 K value IS 0.53

RGB Variations

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

Color information

#776F60 (or 0x776F60) is known color: Pablo. HEX triplet: 77, 6F and 60. RGB value is (119,111,96). Sum of RGB (Red+Green+Blue) = 119+111+96=326 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.50% from 326); Green value is 111 (43.75% from 255 or 34.05% from 326); Blue value is 96 (37.89% from 255 or 29.45% from 326); Max value from RGB is 119 - color contains mainly: red. Hex color #776F60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776F60 is #88909F. Grayscale: #6F6F6F. Windows color (decimal): -8949920 or 6319991. OLE color: 6319991.

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

Color convert

RGB 119 111 96 -
CMYK 0 0.07 0.19 0.53
HSL 39.13º 0.11% 0.42% -
HSV(B) 39.13º 0.19% 0.47% -
XYZ 15.4 16.14 13.37 -
YUV 111.68 119.15 133.22 -
System Red Green Blue C M Y K H S L
Decimal 119 111 96 0 0.07 0.19 0.53 39.13 0.11 0.42
Hex 77 6F 60 0 7 13 35 27 B 2A
Octal 167 157 140 0 7 23 65 47 13 52
Binary 1110111 1101111 1100000 0 111 10011 110101 100111 1011 101010

Color Harmonies of #776F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776F60

Black with #776F60

Text Example


Text Example

White with #776F60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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