Html Css Color HEX #776453 Pine Cone

📋 copy color: '#776453'

red 119 ◦ green 100 ◦ blue 83

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

Shades of Pine Cone #776453

Tints of Pine Cone #776453

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 27.48%

R = 39.4%
G = 33.11%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.30

 K value IS 0.53

RGB Variations

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

Color information

#776453 (or 0x776453) is known color: Pine Cone. HEX triplet: 77, 64 and 53. RGB value is (119,100,83). Sum of RGB (Red+Green+Blue) = 119+100+83=302 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.40% from 302); Green value is 100 (39.45% from 255 or 33.11% from 302); Blue value is 83 (32.81% from 255 or 27.48% from 302); Max value from RGB is 119 - color contains mainly: red. Hex color #776453 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776453 is #889BAC. Grayscale: #676767. Windows color (decimal): -8952749 or 5465207. OLE color: 5465207.

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

Color convert

RGB 119 100 83 -
CMYK 0 0.16 0.30 0.53
HSL 28.33º 0.18% 0.4% -
HSV(B) 28.33º 0.3% 0.47% -
XYZ 13.73 13.66 10.1 -
YUV 103.74 116.29 138.88 -
System Red Green Blue C M Y K H S L
Decimal 119 100 83 0 0.16 0.30 0.53 28.33 0.18 0.4
Hex 77 64 53 0 10 1E 35 1C 12 28
Octal 167 144 123 0 20 36 65 34 22 50
Binary 1110111 1100100 1010011 0 10000 11110 110101 11100 10010 101000

Color Harmonies of #776453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776453

Black with #776453

Text Example


Text Example

White with #776453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776453; }

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

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

background-color css

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

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

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

border-color css

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

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

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