#775F4D

Color #775F4D Pine Cone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Cone #775F4D

Tints of Pine Cone #775F4D

Color information

#775F4D (or 0x775F4D) is unknown color: approx Pine Cone. HEX triplet: 77, 5F and 4D. RGB value is (119,95,77). Sum of RGB (Red+Green+Blue) = 119+95+77=291 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.89% from 291); Green value is 95 (37.5% from 255 or 32.65% from 291); Blue value is 77 (30.47% from 255 or 26.46% from 291); Max value from RGB is 119 - color contains mainly: red. Hex color #775F4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775F4D is #88A0B2. Grayscale: #646464. Windows color (decimal): -8954035 or 5070711. OLE color: 5070711.

HSL color Cylindrical-coordinate representation of color #775F4D: hue angle of 25.71º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #775F4D is Cyan = 0, Magento = 0.20, Yellow = 0.35 and Black (K on CMYK) = 0.53.

Color convert

RGB1199577-
CMYK00.200.350.53
HSL25.71º21.43%38.43%-
HSV(B)25.71º35.29%46.67%-
XYZ13.0412.648.77-
YUV100.12114.95141.46-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.89%
GREEN value IS 95 (37.5% from 255) = 32.65%
BLUE value IS 77 (30.47% from 255) = 26.46%
R=40.89%
G=32.65%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.35
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119957700.200.350.5325.7121.4338.43
Hex775F4D01423351a1526
Octal1671371150244365322546
Binary1110111101111110011010101001000111101011101010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775F4D; }

 p { color: rgb(119,95,77); }

 H1.HeaderClassName
 {
   color: #775F4D;
 }
 .AnyTagClassName
 {
   color: #775F4D;
 }
</style>
background-color css

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

 a { background-color: rgb(119,95,77); }

 div.DivClassName
 {
   background-color: #775F4D;
 }
 .BgClassName
 {
   background-color: #775F4D;
 }
</style>
border-color css

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

 span { border-color: rgb(119,95,77); }

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