Html Css Color HEX #776551 Pine Cone

📋 copy color: '#776551'

red 119 ◦ green 101 ◦ blue 81

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

Shades of Pine Cone #776551

Tints of Pine Cone #776551

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 26.91%

R = 39.53%
G = 33.55%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.32

 K value IS 0.53

RGB Variations

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

Color information

#776551 (or 0x776551) is known color: Pine Cone. HEX triplet: 77, 65 and 51. RGB value is (119,101,81). Sum of RGB (Red+Green+Blue) = 119+101+81=301 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.53% from 301); Green value is 101 (39.84% from 255 or 33.55% from 301); Blue value is 81 (32.03% from 255 or 26.91% from 301); Max value from RGB is 119 - color contains mainly: red. Hex color #776551 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776551 is #889AAE. Grayscale: #686868. Windows color (decimal): -8952495 or 5334391. OLE color: 5334391.

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

Color convert

RGB 119 101 81 -
CMYK 0 0.15 0.32 0.53
HSL 31.58º 0.19% 0.39% -
HSV(B) 31.58º 0.32% 0.47% -
XYZ 13.75 13.82 9.73 -
YUV 104.1 114.96 138.63 -
System Red Green Blue C M Y K H S L
Decimal 119 101 81 0 0.15 0.32 0.53 31.58 0.19 0.39
Hex 77 65 51 0 F 20 35 20 13 27
Octal 167 145 121 0 17 40 65 40 23 47
Binary 1110111 1100101 1010001 0 1111 100000 110101 100000 10011 100111

Color Harmonies of #776551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776551

Black with #776551

Text Example


Text Example

White with #776551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776551; }

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

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

background-color css

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

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

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

border-color css

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

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

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