Html Css Color HEX #776354 Pine Cone

📋 copy color: '#776354'

red 119 ◦ green 99 ◦ blue 84

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

Shades of Pine Cone #776354

Tints of Pine Cone #776354

RGB

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

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

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

R = 39.4%
G = 32.78%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.29

 K value IS 0.53

RGB Variations

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

Color information

#776354 (or 0x776354) is known color: Pine Cone. HEX triplet: 77, 63 and 54. RGB value is (119,99,84). Sum of RGB (Red+Green+Blue) = 119+99+84=302 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.40% from 302); Green value is 99 (39.06% from 255 or 32.78% from 302); Blue value is 84 (33.20% from 255 or 27.81% from 302); Max value from RGB is 119 - color contains mainly: red. Hex color #776354 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776354 is #889CAB. Grayscale: #676767. Windows color (decimal): -8953004 or 5530487. OLE color: 5530487.

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

Color convert

RGB 119 99 84 -
CMYK 0 0.17 0.29 0.53
HSL 25.71º 0.17% 0.4% -
HSV(B) 25.71º 0.29% 0.47% -
XYZ 13.67 13.49 10.27 -
YUV 103.27 117.13 139.22 -
System Red Green Blue C M Y K H S L
Decimal 119 99 84 0 0.17 0.29 0.53 25.71 0.17 0.4
Hex 77 63 54 0 11 1D 35 1A 11 28
Octal 167 143 124 0 21 35 65 32 21 50
Binary 1110111 1100011 1010100 0 10001 11101 110101 11010 10001 101000

Color Harmonies of #776354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776354

Black with #776354

Text Example


Text Example

White with #776354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776354; }

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

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

background-color css

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

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

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

border-color css

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

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

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