Html Css Color HEX #776451 Pine Cone

📋 copy color: '#776451'

red 119 ◦ green 100 ◦ blue 81

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

Shades of Pine Cone #776451

Tints of Pine Cone #776451

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33.33%

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

R = 39.67%
G = 33.33%
B = 27%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.32

 K value IS 0.53

RGB Variations

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

Color information

#776451 (or 0x776451) is known color: Pine Cone. HEX triplet: 77, 64 and 51. RGB value is (119,100,81). Sum of RGB (Red+Green+Blue) = 119+100+81=300 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.67% from 300); Green value is 100 (39.45% from 255 or 33.33% from 300); Blue value is 81 (32.03% from 255 or 27% from 300); Max value from RGB is 119 - color contains mainly: red. Hex color #776451 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776451 is #889BAE. Grayscale: #676767. Windows color (decimal): -8952751 or 5334135. OLE color: 5334135.

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

Color convert

RGB 119 100 81 -
CMYK 0 0.16 0.32 0.53
HSL 30º 0.19% 0.39% -
HSV(B) 30º 0.32% 0.47% -
XYZ 13.65 13.63 9.7 -
YUV 103.52 115.29 139.04 -
System Red Green Blue C M Y K H S L
Decimal 119 100 81 0 0.16 0.32 0.53 30 0.19 0.39
Hex 77 64 51 0 10 20 35 1E 13 27
Octal 167 144 121 0 20 40 65 36 23 47
Binary 1110111 1100100 1010001 0 10000 100000 110101 11110 10011 100111

Color Harmonies of #776451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776451

Black with #776451

Text Example


Text Example

White with #776451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776451; }

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

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

background-color css

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

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

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

border-color css

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

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

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