Html Css Color HEX #776E5C Pablo

📋 copy color: '#776E5C'

red 119 ◦ green 110 ◦ blue 92

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

Shades of Pablo #776E5C

Tints of Pablo #776E5C

RGB

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

 GREEN value IS 110 (43.36% from 255) = 34.27%

 BLUE value IS 92 (36.33% from 255) = 28.66%

R = 37.07%
G = 34.27%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.23

 K value IS 0.53

RGB Variations

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

Color information

#776E5C (or 0x776E5C) is known color: Pablo. HEX triplet: 77, 6E and 5C. RGB value is (119,110,92). Sum of RGB (Red+Green+Blue) = 119+110+92=321 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.07% from 321); Green value is 110 (43.36% from 255 or 34.27% from 321); Blue value is 92 (36.33% from 255 or 28.66% from 321); Max value from RGB is 119 - color contains mainly: red. Hex color #776E5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776E5C is #8891A3. Grayscale: #6E6E6E. Windows color (decimal): -8950180 or 6057591. OLE color: 6057591.

HSL color Cylindrical-coordinate representation of color #776E5C: hue angle of 40º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #776E5C is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 110 92 -
CMYK 0 0.08 0.23 0.53
HSL 40º 0.13% 0.41% -
HSV(B) 40º 0.23% 0.47% -
XYZ 15.12 15.85 12.39 -
YUV 110.64 117.48 133.96 -
System Red Green Blue C M Y K H S L
Decimal 119 110 92 0 0.08 0.23 0.53 40 0.13 0.41
Hex 77 6E 5C 0 8 17 35 28 D 29
Octal 167 156 134 0 10 27 65 50 15 51
Binary 1110111 1101110 1011100 0 1000 10111 110101 101000 1101 101001

Color Harmonies of #776E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776E5C

Black with #776E5C

Text Example


Text Example

White with #776E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,110,92); }

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

background-color css

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

 a { background-color: rgb(119,110,92); }

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

border-color css

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

 span { border-color: rgb(119,110,92); }

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