Html Css Color HEX #776F5A Pablo

📋 copy color: '#776F5A'

red 119 ◦ green 111 ◦ blue 90

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

Shades of Pablo #776F5A

Tints of Pablo #776F5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 28.13%

R = 37.19%
G = 34.69%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#776F5A (or 0x776F5A) is known color: Pablo. HEX triplet: 77, 6F and 5A. RGB value is (119,111,90). Sum of RGB (Red+Green+Blue) = 119+111+90=320 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.19% from 320); Green value is 111 (43.75% from 255 or 34.69% from 320); Blue value is 90 (35.55% from 255 or 28.12% from 320); Max value from RGB is 119 - color contains mainly: red. Hex color #776F5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776F5A is #8890A5. Grayscale: #6F6F6F. Windows color (decimal): -8949926 or 5926775. OLE color: 5926775.

HSL color Cylindrical-coordinate representation of color #776F5A: hue angle of 43.45º degrees, saturation: 0.14, 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 #776F5A is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 111 90 -
CMYK 0 0.07 0.24 0.53
HSL 43.45º 0.14% 0.41% -
HSV(B) 43.45º 0.24% 0.47% -
XYZ 15.14 16.03 11.97 -
YUV 111 116.15 133.71 -
System Red Green Blue C M Y K H S L
Decimal 119 111 90 0 0.07 0.24 0.53 43.45 0.14 0.41
Hex 77 6F 5A 0 7 18 35 2B E 29
Octal 167 157 132 0 7 30 65 53 16 51
Binary 1110111 1101111 1011010 0 111 11000 110101 101011 1110 101001

Color Harmonies of #776F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776F5A

Black with #776F5A

Text Example


Text Example

White with #776F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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