Html Css Color HEX #776557 Pine Cone

📋 copy color: '#776557'

red 119 ◦ green 101 ◦ blue 87

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

Shades of Pine Cone #776557

Tints of Pine Cone #776557

RGB

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

 GREEN value IS 101 (39.84% from 255) = 32.9%

 BLUE value IS 87 (34.38% from 255) = 28.34%

R = 38.76%
G = 32.9%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.27

 K value IS 0.53

RGB Variations

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

Color information

#776557 (or 0x776557) is known color: Pine Cone. HEX triplet: 77, 65 and 57. RGB value is (119,101,87). Sum of RGB (Red+Green+Blue) = 119+101+87=307 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.76% from 307); Green value is 101 (39.84% from 255 or 32.90% from 307); Blue value is 87 (34.38% from 255 or 28.34% from 307); Max value from RGB is 119 - color contains mainly: red. Hex color #776557 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776557 is #889AA8. Grayscale: #686868. Windows color (decimal): -8952489 or 5727607. OLE color: 5727607.

HSL color Cylindrical-coordinate representation of color #776557: hue angle of 26.25º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #776557 is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 101 87 -
CMYK 0 0.15 0.27 0.53
HSL 26.25º 0.16% 0.4% -
HSV(B) 26.25º 0.27% 0.47% -
XYZ 13.98 13.92 10.97 -
YUV 104.79 117.96 138.14 -
System Red Green Blue C M Y K H S L
Decimal 119 101 87 0 0.15 0.27 0.53 26.25 0.16 0.4
Hex 77 65 57 0 F 1B 35 1A 10 28
Octal 167 145 127 0 17 33 65 32 20 50
Binary 1110111 1100101 1010111 0 1111 11011 110101 11010 10000 101000

Color Harmonies of #776557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776557

Black with #776557

Text Example


Text Example

White with #776557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776557; }

 p { color: rgb(119,101,87); }

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

background-color css

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

 a { background-color: rgb(119,101,87); }

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

border-color css

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

 span { border-color: rgb(119,101,87); }

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