Html Css Color HEX #776957 Pine Cone

📋 copy color: '#776957'

red 119 ◦ green 105 ◦ blue 87

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

Shades of Pine Cone #776957

Tints of Pine Cone #776957

RGB

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

 GREEN value IS 105 (41.41% from 255) = 33.76%

 BLUE value IS 87 (34.38% from 255) = 27.97%

R = 38.26%
G = 33.76%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.27

 K value IS 0.53

RGB Variations

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

Color information

#776957 (or 0x776957) is known color: Pine Cone. HEX triplet: 77, 69 and 57. RGB value is (119,105,87). Sum of RGB (Red+Green+Blue) = 119+105+87=311 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.26% from 311); Green value is 105 (41.41% from 255 or 33.76% from 311); Blue value is 87 (34.38% from 255 or 27.97% from 311); Max value from RGB is 119 - color contains mainly: red. Hex color #776957 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776957 is #8896A8. Grayscale: #6B6B6B. Windows color (decimal): -8951465 or 5728631. OLE color: 5728631.

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

Color convert

RGB 119 105 87 -
CMYK 0 0.12 0.27 0.53
HSL 33.75º 0.16% 0.4% -
HSV(B) 33.75º 0.27% 0.47% -
XYZ 14.38 14.71 11.1 -
YUV 107.13 116.64 136.46 -
System Red Green Blue C M Y K H S L
Decimal 119 105 87 0 0.12 0.27 0.53 33.75 0.16 0.4
Hex 77 69 57 0 C 1B 35 22 10 28
Octal 167 151 127 0 14 33 65 42 20 50
Binary 1110111 1101001 1010111 0 1100 11011 110101 100010 10000 101000

Color Harmonies of #776957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776957

Black with #776957

Text Example


Text Example

White with #776957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776957; }

 p { color: rgb(119,105,87); }

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

background-color css

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

 a { background-color: rgb(119,105,87); }

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

border-color css

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

 span { border-color: rgb(119,105,87); }

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