Html Css Color HEX #776658 Pine Cone

📋 copy color: '#776658'

red 119 ◦ green 102 ◦ blue 88

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

Shades of Pine Cone #776658

Tints of Pine Cone #776658

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.01%

 BLUE value IS 88 (34.77% from 255) = 28.48%

R = 38.51%
G = 33.01%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.26

 K value IS 0.53

RGB Variations

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

Color information

#776658 (or 0x776658) is known color: Pine Cone. HEX triplet: 77, 66 and 58. RGB value is (119,102,88). Sum of RGB (Red+Green+Blue) = 119+102+88=309 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.51% from 309); Green value is 102 (40.23% from 255 or 33.01% from 309); Blue value is 88 (34.77% from 255 or 28.48% from 309); Max value from RGB is 119 - color contains mainly: red. Hex color #776658 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776658 is #8899A7. Grayscale: #696969. Windows color (decimal): -8952232 or 5793399. OLE color: 5793399.

HSL color Cylindrical-coordinate representation of color #776658: hue angle of 27.1º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #776658 is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 102 88 -
CMYK 0 0.14 0.26 0.53
HSL 27.1º 0.15% 0.41% -
HSV(B) 27.1º 0.26% 0.47% -
XYZ 14.12 14.13 11.22 -
YUV 105.49 118.13 137.64 -
System Red Green Blue C M Y K H S L
Decimal 119 102 88 0 0.14 0.26 0.53 27.1 0.15 0.41
Hex 77 66 58 0 E 1A 35 1B F 29
Octal 167 146 130 0 16 32 65 33 17 51
Binary 1110111 1100110 1011000 0 1110 11010 110101 11011 1111 101001

Color Harmonies of #776658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776658

Black with #776658

Text Example


Text Example

White with #776658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776658; }

 p { color: rgb(119,102,88); }

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

background-color css

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

 a { background-color: rgb(119,102,88); }

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

border-color css

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

 span { border-color: rgb(119,102,88); }

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