Html Css Color HEX #776350 Pine Cone

📋 copy color: '#776350'

red 119 ◦ green 99 ◦ blue 80

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

Shades of Pine Cone #776350

Tints of Pine Cone #776350

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33.22%

 BLUE value IS 80 (31.64% from 255) = 26.85%

R = 39.93%
G = 33.22%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.33

 K value IS 0.53

RGB Variations

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

Color information

#776350 (or 0x776350) is known color: Pine Cone. HEX triplet: 77, 63 and 50. RGB value is (119,99,80). Sum of RGB (Red+Green+Blue) = 119+99+80=298 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.93% from 298); Green value is 99 (39.06% from 255 or 33.22% from 298); Blue value is 80 (31.64% from 255 or 26.85% from 298); Max value from RGB is 119 - color contains mainly: red. Hex color #776350 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776350 is #889CAF. Grayscale: #666666. Windows color (decimal): -8953008 or 5268343. OLE color: 5268343.

HSL color Cylindrical-coordinate representation of color #776350: hue angle of 29.23º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #776350 is Cyan = 0, Magento = 0.17, Yellow = 0.33 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 99 80 -
CMYK 0 0.17 0.33 0.53
HSL 29.23º 0.2% 0.39% -
HSV(B) 29.23º 0.33% 0.47% -
XYZ 13.52 13.42 9.47 -
YUV 102.81 115.13 139.54 -
System Red Green Blue C M Y K H S L
Decimal 119 99 80 0 0.17 0.33 0.53 29.23 0.2 0.39
Hex 77 63 50 0 11 21 35 1D 14 27
Octal 167 143 120 0 21 41 65 35 24 47
Binary 1110111 1100011 1010000 0 10001 100001 110101 11101 10100 100111

Color Harmonies of #776350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776350

Black with #776350

Text Example


Text Example

White with #776350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776350; }

 p { color: rgb(119,99,80); }

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

background-color css

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

 a { background-color: rgb(119,99,80); }

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

border-color css

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

 span { border-color: rgb(119,99,80); }

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