Html Css Color HEX #776351 Pine Cone

📋 copy color: '#776351'

red 119 ◦ green 99 ◦ blue 81

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

Shades of Pine Cone #776351

Tints of Pine Cone #776351

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33.11%

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

R = 39.8%
G = 33.11%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.32

 K value IS 0.53

RGB Variations

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

Color information

#776351 (or 0x776351) is known color: Pine Cone. HEX triplet: 77, 63 and 51. RGB value is (119,99,81). Sum of RGB (Red+Green+Blue) = 119+99+81=299 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.80% from 299); Green value is 99 (39.06% from 255 or 33.11% from 299); Blue value is 81 (32.03% from 255 or 27.09% from 299); Max value from RGB is 119 - color contains mainly: red. Hex color #776351 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776351 is #889CAE. Grayscale: #676767. Windows color (decimal): -8953007 or 5333879. OLE color: 5333879.

HSL color Cylindrical-coordinate representation of color #776351: hue angle of 28.42º 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 #776351 is Cyan = 0, Magento = 0.17, Yellow = 0.32 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 99 81 -
CMYK 0 0.17 0.32 0.53
HSL 28.42º 0.19% 0.39% -
HSV(B) 28.42º 0.32% 0.47% -
XYZ 13.55 13.44 9.66 -
YUV 102.93 115.63 139.46 -
System Red Green Blue C M Y K H S L
Decimal 119 99 81 0 0.17 0.32 0.53 28.42 0.19 0.39
Hex 77 63 51 0 11 20 35 1C 13 27
Octal 167 143 121 0 21 40 65 34 23 47
Binary 1110111 1100011 1010001 0 10001 100000 110101 11100 10011 100111

Color Harmonies of #776351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776351

Black with #776351

Text Example


Text Example

White with #776351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776351; }

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

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

background-color css

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

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

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

border-color css

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

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

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