Html Css Color HEX #77695C Pine Cone

📋 copy color: '#77695C'

red 119 ◦ green 105 ◦ blue 92

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

Shades of Pine Cone #77695C

Tints of Pine Cone #77695C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 29.11%

R = 37.66%
G = 33.23%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.23

 K value IS 0.53

RGB Variations

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

Color information

#77695C (or 0x77695C) is known color: Pine Cone. HEX triplet: 77, 69 and 5C. RGB value is (119,105,92). Sum of RGB (Red+Green+Blue) = 119+105+92=316 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.66% from 316); Green value is 105 (41.41% from 255 or 33.23% from 316); Blue value is 92 (36.33% from 255 or 29.11% from 316); Max value from RGB is 119 - color contains mainly: red. Hex color #77695C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77695C is #8896A3. Grayscale: #6B6B6B. Windows color (decimal): -8951460 or 6056311. OLE color: 6056311.

HSL color Cylindrical-coordinate representation of color #77695C: hue angle of 28.89º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #77695C is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 105 92 -
CMYK 0 0.12 0.23 0.53
HSL 28.89º 0.13% 0.41% -
HSV(B) 28.89º 0.23% 0.47% -
XYZ 14.59 14.8 12.21 -
YUV 107.7 119.14 136.06 -
System Red Green Blue C M Y K H S L
Decimal 119 105 92 0 0.12 0.23 0.53 28.89 0.13 0.41
Hex 77 69 5C 0 C 17 35 1D D 29
Octal 167 151 134 0 14 27 65 35 15 51
Binary 1110111 1101001 1011100 0 1100 10111 110101 11101 1101 101001

Color Harmonies of #77695C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77695C

Black with #77695C

Text Example


Text Example

White with #77695C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77695C; }

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

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

background-color css

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

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

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

border-color css

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

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

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