Html Css Color HEX #77695B Pine Cone

📋 copy color: '#77695B'

red 119 ◦ green 105 ◦ blue 91

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

Shades of Pine Cone #77695B

Tints of Pine Cone #77695B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 28.89%

R = 37.78%
G = 33.33%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#77695B (or 0x77695B) is known color: Pine Cone. HEX triplet: 77, 69 and 5B. RGB value is (119,105,91). Sum of RGB (Red+Green+Blue) = 119+105+91=315 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.78% from 315); Green value is 105 (41.41% from 255 or 33.33% from 315); Blue value is 91 (35.94% from 255 or 28.89% from 315); Max value from RGB is 119 - color contains mainly: red. Hex color #77695B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77695B is #8896A4. Grayscale: #6B6B6B. Windows color (decimal): -8951461 or 5990775. OLE color: 5990775.

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

Color convert

RGB 119 105 91 -
CMYK 0 0.12 0.24 0.53
HSL 30º 0.13% 0.41% -
HSV(B) 30º 0.24% 0.47% -
XYZ 14.55 14.78 11.98 -
YUV 107.59 118.64 136.14 -
System Red Green Blue C M Y K H S L
Decimal 119 105 91 0 0.12 0.24 0.53 30 0.13 0.41
Hex 77 69 5B 0 C 18 35 1E D 29
Octal 167 151 133 0 14 30 65 36 15 51
Binary 1110111 1101001 1011011 0 1100 11000 110101 11110 1101 101001

Color Harmonies of #77695B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77695B

Black with #77695B

Text Example


Text Example

White with #77695B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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