Html Css Color HEX #776D5A Pablo

📋 copy color: '#776D5A'

red 119 ◦ green 109 ◦ blue 90

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

Shades of Pablo #776D5A

Tints of Pablo #776D5A

RGB

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

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

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

R = 37.42%
G = 34.28%
B = 28.3%

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

#776D5A (or 0x776D5A) is known color: Pablo. HEX triplet: 77, 6D and 5A. RGB value is (119,109,90). Sum of RGB (Red+Green+Blue) = 119+109+90=318 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.42% from 318); Green value is 109 (42.97% from 255 or 34.28% from 318); Blue value is 90 (35.55% from 255 or 28.30% from 318); Max value from RGB is 119 - color contains mainly: red. Hex color #776D5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776D5A is #8892A5. Grayscale: #6D6D6D. Windows color (decimal): -8950438 or 5926263. OLE color: 5926263.

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

Color convert

RGB 119 109 90 -
CMYK 0 0.08 0.24 0.53
HSL 39.31º 0.14% 0.41% -
HSV(B) 39.31º 0.24% 0.47% -
XYZ 14.92 15.6 11.9 -
YUV 109.82 116.81 134.54 -
System Red Green Blue C M Y K H S L
Decimal 119 109 90 0 0.08 0.24 0.53 39.31 0.14 0.41
Hex 77 6D 5A 0 8 18 35 27 E 29
Octal 167 155 132 0 10 30 65 47 16 51
Binary 1110111 1101101 1011010 0 1000 11000 110101 100111 1110 101001

Color Harmonies of #776D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776D5A

Black with #776D5A

Text Example


Text Example

White with #776D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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