Html Css Color HEX #776454 Pine Cone

📋 copy color: '#776454'

red 119 ◦ green 100 ◦ blue 84

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

Shades of Pine Cone #776454

Tints of Pine Cone #776454

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 27.72%

R = 39.27%
G = 33%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.29

 K value IS 0.53

RGB Variations

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

Color information

#776454 (or 0x776454) is known color: Pine Cone. HEX triplet: 77, 64 and 54. RGB value is (119,100,84). Sum of RGB (Red+Green+Blue) = 119+100+84=303 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.27% from 303); Green value is 100 (39.45% from 255 or 33.00% from 303); Blue value is 84 (33.20% from 255 or 27.72% from 303); Max value from RGB is 119 - color contains mainly: red. Hex color #776454 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776454 is #889BAB. Grayscale: #676767. Windows color (decimal): -8952748 or 5530743. OLE color: 5530743.

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

Color convert

RGB 119 100 84 -
CMYK 0 0.16 0.29 0.53
HSL 27.43º 0.17% 0.4% -
HSV(B) 27.43º 0.29% 0.47% -
XYZ 13.77 13.68 10.3 -
YUV 103.86 116.79 138.8 -
System Red Green Blue C M Y K H S L
Decimal 119 100 84 0 0.16 0.29 0.53 27.43 0.17 0.4
Hex 77 64 54 0 10 1D 35 1B 11 28
Octal 167 144 124 0 20 35 65 33 21 50
Binary 1110111 1100100 1010100 0 10000 11101 110101 11011 10001 101000

Color Harmonies of #776454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776454

Black with #776454

Text Example


Text Example

White with #776454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776454; }

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

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

background-color css

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

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

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

border-color css

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

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

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